Remove little hack

This commit is contained in:
Sergeanur 2020-04-26 21:58:12 +03:00
parent c076998ba3
commit 4dc2f30791
1 changed files with 0 additions and 7 deletions

View File

@ -88,13 +88,6 @@ inline uint32 ldb(uint32 p, uint32 s, uint32 w)
return w>>p & (1<<s)-1;
}
#ifndef RWLIBS
// little hack
extern void **rwengine;
#define RwEngineInstance (*rwengine)
#endif
#include "skeleton.h"
#include "Draw.h"