Refactored subsystems for cleaner modularity.

This commit is contained in:
Ondřej Hruška
2014-03-30 23:09:20 +02:00
parent e2e5576664
commit 6013a105ad
20 changed files with 590 additions and 296 deletions
-1
View File
@@ -6,7 +6,6 @@ package mightypork.rogue.fonts;
*
* @author MightyPork
*/
@SuppressWarnings("javadoc")
public class Align {
public static final int LEFT = -1;
-1
View File
@@ -11,7 +11,6 @@ import mightypork.utils.logging.Log;
*
* @author Rapus
*/
@SuppressWarnings("javadoc")
public class Fonts {
public static LoadedFont splash_info;