mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-23 21:27:52 -05:00
Fix more gcc compilation issues
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#include "gfximage_actions.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
using namespace IW4;
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
#include "loadedsound_actions.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace IW4;
|
||||
|
||||
Actions_LoadedSound::Actions_LoadedSound(Zone* zone)
|
||||
|
Reference in New Issue
Block a user