Browse Source

Added grable enhancements.
Added support for globals.

woollybah 10 years ago
parent
commit
a7553f9519
2 changed files with 840 additions and 42 deletions
  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;
 	return clas->super;
 }
 }
 
 
+BBString * bbStringFromRef(void * ref) {
+	return (BBString*)ref;
+}
+
 }
 }

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