diff options
author | aap <aap@papnet.eu> | 2020-03-27 20:53:47 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-03-27 20:53:47 +0100 |
commit | e7c18fc17f82c40e937367726e07a58d5d4d7bce (patch) | |
tree | 56cb927424f601b27f0bc8821c7761f0e7468724 /src/core/General.h | |
parent | XInput (diff) | |
download | re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.tar re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.tar.gz re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.tar.bz2 re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.tar.lz re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.tar.xz re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.tar.zst re3-e7c18fc17f82c40e937367726e07a58d5d4d7bce.zip |
Diffstat (limited to 'src/core/General.h')
-rw-r--r-- | src/core/General.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/General.h b/src/core/General.h index a7b240c2..f32846eb 100644 --- a/src/core/General.h +++ b/src/core/General.h @@ -1,5 +1,7 @@ #pragma once +#include <ctype.h> + class CGeneral { public: |