mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 04:23:53 -04:00
Some GCC compilation fixes (#3114)
* Fix 6-byte multichar literals * Add `struct` to `e_ga_class::ga_s` * Fix remaining wrong forward declares (struct/class) * Replace `#include <string>` with `#include <cstring>` * Guard FLT_EPSILON define to prevent redefinition * Add missing `#include <cstring>` for direct cstring function usage
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "d/d_msg_object.h"
|
||||
#include "d/d_msg_scrn_light.h"
|
||||
#include "d/d_pane_class.h"
|
||||
#include <cstring>
|
||||
|
||||
dMsgScrnJimaku_c::dMsgScrnJimaku_c(u8 param_0, JKRExpHeap* i_heap) {
|
||||
if (i_heap != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user