Fix compile issue in textmode
This commit is contained in:
parent
0956a82a39
commit
fd74ed8445
@ -3,8 +3,10 @@
|
||||
Copyright (c) 2018 nullworks. All rights reserved.
|
||||
*/
|
||||
|
||||
#include <EventLogging.hpp>
|
||||
#include "HookedMethods.hpp"
|
||||
#if ENABLE_VISUALS
|
||||
#include <EventLogging.hpp>
|
||||
#endif
|
||||
|
||||
namespace hooked_methods
|
||||
{
|
||||
@ -27,4 +29,4 @@ DEFINE_HOOKED_METHOD(FireGameEvent, void, void *this_, IGameEvent *event)
|
||||
}
|
||||
original::FireGameEvent(this_, event);
|
||||
}
|
||||
} // namespace hooked_methods
|
||||
} // namespace hooked_methods
|
||||
|
Reference in New Issue
Block a user