mirror of
https://github.com/edubart/otclient.git
synced 2025-10-19 14:03:26 +02:00
render improvments using some cache
This commit is contained in:
@@ -42,4 +42,8 @@ typedef int8_t int8;
|
||||
typedef std::function<void()> SimpleCallback;
|
||||
typedef std::function<bool()> BooleanCallback;
|
||||
|
||||
#ifndef nullptr
|
||||
#define nullptr NULL
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user