Link with RW libs

This commit is contained in:
Sergeanur
2020-04-11 18:37:20 +03:00
parent c307e72fa0
commit daceee593b
17 changed files with 457 additions and 3 deletions

View File

@@ -74,9 +74,11 @@ inline uint32 ldb(uint32 p, uint32 s, uint32 w)
}
#ifndef RWLIBS
// little hack
extern void **rwengine;
#define RwEngineInstance (*rwengine)
#endif
#include "skeleton.h"
#include "Draw.h"