diff options
Diffstat (limited to 'src/crepe/util/fmt.h')
-rw-r--r-- | src/crepe/util/fmt.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/crepe/util/fmt.h b/src/crepe/util/fmt.h deleted file mode 100644 index e319e6e..0000000 --- a/src/crepe/util/fmt.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include <string> - -namespace crepe { - -std::string va_stringf(va_list args, const char * fmt); -std::string stringf(const char * fmt, ...); - -} // namespace crepe |