Initial commit pt.2 - Environment setup
This commit is contained in:
parent
13434a4e7e
commit
692b77b133
8 changed files with 616 additions and 0 deletions
9
src/main/java/com/okseby/Main/Launcher.java
Normal file
9
src/main/java/com/okseby/Main/Launcher.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
package com.okseby.Main;
|
||||
|
||||
import org.lwjgl.Version;
|
||||
|
||||
public class Launcher {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("LWJGL Version: " + Version.getVersion());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue