![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Helper struct to warn when legacy scripts are attempted to load. More...
#include <LegacyWarn.hpp>
Static Public Member Functions | |
static void | warn (const std::string &script) |
In debug mode logs a warning if the given script is detected to be legacy. More... | |
Helper struct to warn when legacy scripts are attempted to load.
Definition at line 17 of file LegacyWarn.hpp.
|
inlinestatic |
In debug mode logs a warning if the given script is detected to be legacy.
script | The script to check. Only works on files |
Definition at line 26 of file LegacyWarn.hpp.