mirror of
https://github.com/zeldaret/tmc
synced 2026-06-06 19:51:53 -04:00
Restructure asset processor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#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 "";
|
||||
}
|
||||
Reference in New Issue
Block a user