瀏覽代碼

Added grable enhancements.
Added support for globals.

woollybah 10 年之前
父節點
當前提交
a7553f9519
共有 2 個文件被更改,包括 840 次插入42 次删除
  1. 836 42
      reflection.mod/reflection.bmx
  2. 4 0
      reflection.mod/reflection.cpp

File diff suppressed because it is too large
+ 836 - 42
reflection.mod/reflection.bmx


+ 4 - 0
reflection.mod/reflection.cpp

@@ -78,4 +78,8 @@ BBClass *bbRefGetSuperClass( BBClass *clas ){
 	return clas->super;
 }
 
+BBString * bbStringFromRef(void * ref) {
+	return (BBString*)ref;
+}
+
 }

Some files were not shown because too many files changed in this diff