Add missing file
This commit is contained in:
14
lime/graphics/RendererType.hx
Normal file
14
lime/graphics/RendererType.hx
Normal file
@@ -0,0 +1,14 @@
|
||||
package lime.graphics;
|
||||
|
||||
|
||||
enum RendererType {
|
||||
|
||||
OPENGL;
|
||||
CANVAS;
|
||||
DOM;
|
||||
FLASH;
|
||||
CAIRO;
|
||||
CONSOLE;
|
||||
CUSTOM;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user