diff options
Diffstat (limited to 'src/common.hpp')
-rw-r--r-- | src/common.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.hpp b/src/common.hpp index 38f8993..54f9804 100644 --- a/src/common.hpp +++ b/src/common.hpp @@ -14,8 +14,6 @@ extern bool debug_draw_cmodels; extern bool debug_draw_paths; extern bool debug_draw_tile_coords; -void utf8_to_wchar(wchar_t *out, size_t size, std::string in); - namespace procgen { class prng_t { uint32_t state = 0; |