Added C++ inheritence
This commit is contained in:
parent
ea90532e43
commit
2a41e44a61
1 changed files with 6 additions and 1 deletions
7
sms.h
7
sms.h
|
@ -1,3 +1,8 @@
|
|||
//For C++ inheritence
|
||||
#define GetObjectFunction( object, func ) (void*)*(void**)((int)*(int*)object + func)
|
||||
#define Director_GameUpdate 0x64
|
||||
#define HitActor_TouchPlayer 0x0148
|
||||
|
||||
#ifndef SMS_H
|
||||
#define SMS_H
|
||||
|
||||
|
@ -406,4 +411,4 @@ void stopBGM(int u1);
|
|||
|
||||
void DraweMarioHP(MarioActor* emario);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Reference in a new issue