mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 06:39:01 +00:00
Merge branch 'master' of github.com:gtamodding/re3
This commit is contained in:
commit
e467cb08b8
1 changed files with 0 additions and 7 deletions
|
@ -95,13 +95,6 @@ inline uint32 ldb(uint32 p, uint32 s, uint32 w)
|
||||||
return w>>p & (1<<s)-1;
|
return w>>p & (1<<s)-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifndef RWLIBS
|
|
||||||
// little hack
|
|
||||||
extern void **rwengine;
|
|
||||||
#define RwEngineInstance (*rwengine)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "skeleton.h"
|
#include "skeleton.h"
|
||||||
#include "Draw.h"
|
#include "Draw.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue