소스 검색

allow to use SFlags in flash

Nicolas Cannasse 14 년 전
부모
커밋
b407b36fab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      std/neko/db/Types.hx

+ 1 - 0
std/neko/db/Types.hx

@@ -52,6 +52,7 @@ typedef SEncoded = Int
 typedef SSerialized = String
 typedef SNekoSerialized = String
 
+@:native("Int")
 extern class SFlags<T> {
 	public inline function get( v : T ) : Bool {
 		return (cast this) & (1 << Type.enumIndex(v)) != 0;