mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 20:49:22 +00:00
Entity/Physical proof-read 1
This commit is contained in:
parent
5b081398b5
commit
22e8202d27
4 changed files with 60 additions and 30 deletions
|
@ -14,6 +14,7 @@
|
|||
using namespace rw;
|
||||
|
||||
RwUInt8 RwObjectGetType(const RwObject *obj) { return obj->type; }
|
||||
RwFrame* rwObjectGetParent(const RwObject *obj) { return (RwFrame*)obj->parent; }
|
||||
|
||||
|
||||
void *RwMalloc(size_t size) { return engine->memfuncs.rwmalloc(size, 0); }
|
||||
|
|
|
@ -108,12 +108,12 @@ enum RwCorePluginID
|
|||
|
||||
//struct RwObject;
|
||||
typedef rw::Object RwObject;
|
||||
typedef rw::Frame RwFrame;
|
||||
|
||||
typedef RwObject *(*RwObjectCallBack)(RwObject *object, void *data);
|
||||
|
||||
RwUInt8 RwObjectGetType(const RwObject *obj);
|
||||
|
||||
|
||||
RwFrame* rwObjectGetParent(const RwObject *obj);
|
||||
|
||||
#define rwsprintf sprintf
|
||||
#define rwvsprintf vsprintf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue