Hopefully add Mac and Linux support

This commit is contained in:
James Seibel
2021-10-01 23:25:51 -05:00
parent ee89d6f512
commit eeff5437b5
3 changed files with 196 additions and 55 deletions
@@ -0,0 +1,16 @@
package com.seibel.lod.enums;
/**
* Minecraft, Lod_Builder, None
*
* @author James Seibel
* @version 10-1-2021
*/
public enum GlProxyContext
{
MINECRAFT,
LOD_BUILDER,
/** used to un-bind threads */
NONE,
}