Port HuSprAnimRead

This commit is contained in:
dbalatoni13 2025-04-06 00:19:49 +02:00
parent c54fd002ec
commit 3b31d9fcfc
10 changed files with 454 additions and 16 deletions

View file

@ -67,7 +67,7 @@ typedef int BOOL;
#define NULL ((void *)0)
#endif
#endif
#if !defined(__cplusplus) || __cplusplus < 201103L
#if !defined(__cplusplus)
#ifndef nullptr
#define nullptr NULL
#endif