Added C++ inheritence
This commit is contained in:
parent
ea90532e43
commit
2a41e44a61
1 changed files with 6 additions and 1 deletions
5
sms.h
5
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
|
#ifndef SMS_H
|
||||||
#define SMS_H
|
#define SMS_H
|
||||||
|
|
||||||
|
|
Reference in a new issue