Flywheel/src/main/java/com/jozufozu/flywheel/Flywheel.java
JozsefA 4d755dc506 More simplification
- Move more stuff to the flywheel namespace
 - Give up on ShaderConstants, there's a better way to do it
 - A semblance of better crash reports
2021-05-19 16:35:37 -07:00

6 lines
104 B
Java

package com.jozufozu.flywheel;
public class Flywheel {
public static final String ID = "flywheel";
}