mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
Remove little hack
This commit is contained in:
parent
c076998ba3
commit
4dc2f30791
@ -88,13 +88,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 New Issue
Block a user