Browse Source

added getClasses

Nicolas Cannasse 19 years ago
parent
commit
94193e0375
1 changed files with 4 additions and 0 deletions
  1. 4 0
      std/neko/Lib.hx

+ 4 - 0
std/neko/Lib.hx

@@ -164,6 +164,10 @@ class Lib {
 			throw "Can't convert "+string(v);
 		}
 	}
+	
+	public static function getClasses() : Dynamic {
+		return untyped neko.Boot.__classes;
+	}
 
 	static var __serialize = load("std","serialize",1);
 	static var __unserialize = load("std","unserialize",2);