Add missing file

This commit is contained in:
Joshua Granick
2015-08-21 08:58:24 -07:00
parent a4e6cbaafe
commit d2619fe1e7

View File

@@ -0,0 +1,14 @@
package lime.graphics;
enum RendererType {
OPENGL;
CANVAS;
DOM;
FLASH;
CAIRO;
CONSOLE;
CUSTOM;
}