10 lines
65 B
Haxe
10 lines
65 B
Haxe
package project;
|
|
|
|
|
|
enum NDLLType {
|
|
|
|
AUTO;
|
|
DYNAMIC;
|
|
STATIC;
|
|
|
|
} |