mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Move EnumString to separate file and add enum_to_string (#15714)
This commit is contained in:
parent
bee541f378
commit
e9826f7819
22 changed files with 90 additions and 75 deletions
|
@ -18,7 +18,6 @@ extern "C" {
|
|||
}
|
||||
|
||||
#include "irrlichttypes.h"
|
||||
#include "common/c_types.h"
|
||||
#include "common/c_internal.h"
|
||||
#include "debug.h"
|
||||
#include "config.h"
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
#include "common/c_internal.h"
|
||||
#include "cpp_api/s_base.h"
|
||||
#include "threading/mutex_auto_lock.h"
|
||||
#include "common/c_types.h"
|
||||
|
||||
#ifdef SCRIPTAPI_LOCK_DEBUG
|
||||
#include <cassert>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue