summaryrefslogtreecommitdiff
path: root/tools/asset_processor/reader.cpp
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-11-23 05:40:41 +0100
committerHenny022p <info@henny022.de>2021-11-23 05:40:41 +0100
commitbc4a8577f3f139a8d0b420e2decbbb9701d25c4c (patch)
tree180a00ab6fb3a51ec6776747610e56e231f4140e /tools/asset_processor/reader.cpp
parent47a3e614a01598cf28f9f484c5405b522fd789fe (diff)
moved asset_processor to new location
Diffstat (limited to 'tools/asset_processor/reader.cpp')
-rw-r--r--tools/asset_processor/reader.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/asset_processor/reader.cpp b/tools/asset_processor/reader.cpp
deleted file mode 100644
index 4ce7842e..00000000
--- a/tools/asset_processor/reader.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "reader.h"
-#include "util.h"
-#include <string>
-
-std::string opt_param(const std::string& format, int defaultVal, int value) {
- if (value != defaultVal) {
- return string_format(format, value);
- }
- return "";
-} \ No newline at end of file