|
@@ -105,6 +105,10 @@ bool BundleCompiler::compile(const char* bundle_dir, const char* source_dir, con
|
|
|
continue;
|
|
continue;
|
|
|
if (files[i].ends_with(".dds"))
|
|
if (files[i].ends_with(".dds"))
|
|
|
continue;
|
|
continue;
|
|
|
|
|
+ if (files[i].ends_with(".sh"))
|
|
|
|
|
+ continue;
|
|
|
|
|
+ if (files[i].ends_with(".sc"))
|
|
|
|
|
+ continue;
|
|
|
|
|
|
|
|
const char* filename = files[i].c_str();
|
|
const char* filename = files[i].c_str();
|
|
|
|
|
|