X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d-demos.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2Flauncher%2FMain.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2Flauncher%2FMain.java;h=5b970d487312afae9670c2fbb551428c81fc6d3d;hp=0000000000000000000000000000000000000000;hb=27447b81332690e484ba126be3b9825a296a746b;hpb=ee85b7fbac8b2f5e329b7fa590a0dcf7691a1084 diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java new file mode 100755 index 0000000..5b970d4 --- /dev/null +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java @@ -0,0 +1,21 @@ +/* + * Sixth 3D engine demos. Copyright ©2012-2016, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 3 of the GNU Lesser General Public License + * or later as published by the Free Software Foundation. + */ + +package eu.svjatoslav.sixth.e3d.examples.launcher; + +/** + * Main class to launch main menu with examples. + */ + +class Main { + + public static void main(final String[] args) { + LauncherFrame.main(args); + } + +}