mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-27 08:36:09 +02:00
Remove little hack
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user