소스 검색

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;
+}
+
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.