diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-04-03 00:09:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 15:09:06 -0700 |
| commit | 1ffded6b490c23db809aa46c5c186dd8d554b271 (patch) | |
| tree | e7b151646dc53d793c931f8f60107e1aa112a8d6 /src/code/m_start_data_init.c | |
| parent | d8789801b89077422faa376de4bb7f2d564c1103 (diff) | |
m_string OK (#162)
* m_string OK
* replace with defines
Diffstat (limited to 'src/code/m_start_data_init.c')
| -rw-r--r-- | src/code/m_start_data_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_start_data_init.c b/src/code/m_start_data_init.c index 1fe8c87..115182b 100644 --- a/src/code/m_start_data_init.c +++ b/src/code/m_start_data_init.c @@ -8,7 +8,7 @@ #include "6D9D80.h" #include "6DA460.h" #include "6E30B0.h" -#include "6E7AD0.h" +#include "m_string.h" #include "6ECD90.h" #include "6EDD10.h" #include "global.h" |
