add object files
[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______hashCode____, struct ___Object___ * ___this___);
7 int CALL01(___Object______getType____, struct ___Object___ * ___this___);
8 #ifdef THREADS
9 int CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___);
10 int CALL01(___Object______MonitorExit____, struct ___Object___ * ___this___);
11 #endif
12 #endif