random bug fixes & sleep call
[IRC.git] / Robust / src / Runtime / object.h
1 #ifndef OBJECT_H
2 #define OBJECT_H
3 #include "runtime.h"
4 #include "structdefs.h"
5
6 int CALL01(___Object______nativehashCode____, struct ___Object___ * ___this___);int CALL01(___Object______getType____, struct ___Object___ * ___this___);
7 #ifdef THREADS
8 int CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___);
9 int CALL01(___Object______MonitorExit____, struct ___Object___ * ___this___);
10 #endif
11 #endif