1
0
Fork 0

Added C++ inheritence

This commit is contained in:
MasterF0x 2016-07-12 09:39:07 -05:00 committed by GitHub
parent ea90532e43
commit 2a41e44a61

7
sms.h
View file

@ -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