Fix compile issue in textmode

This commit is contained in:
BenCat07 2020-11-21 18:58:30 +01:00 committed by TotallyNotElite
parent 0956a82a39
commit fd74ed8445

View File

@ -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