summaryrefslogtreecommitdiff
path: root/tools/asset_packer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/asset_packer.cc')
-rw-r--r--tools/asset_packer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/asset_packer.cc b/tools/asset_packer.cc
index 24bdd26..6e939cf 100644
--- a/tools/asset_packer.cc
+++ b/tools/asset_packer.cc
@@ -52,7 +52,7 @@ int main(int argc, char *argv[]) {
assets_data_cc_file
<< "// This file is auto-generated by asset_packer.cc. Do not edit.\n\n";
assets_data_cc_file << "#include \"util/asset_manager.h\"\n";
- assets_data_cc_file << "#include \"assets.h\"\n\n";
+ assets_data_cc_file << "#include \"generated/assets.h\"\n\n";
std::string line;
int asset_id_counter = 0;