Skip to content

Commit 68bd6a9

Browse files
author
devsh
committed
document the MonoAssetManagerAndBuiltinResourceApplication.hpp conundrum and leave a TODO that maybe the header should move from nbl::application_templates to nbl::examples
1 parent 101ffbc commit 68bd6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/nbl/application_templates/MonoAssetManagerAndBuiltinResourceApplication.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// we need a system and a logger
88
#include "MonoSystemMonoLoggerApplication.hpp"
99
#ifdef NBL_EMBED_BUILTIN_RESOURCES
10-
#include "nbl/this_example/builtin/CArchive.h"
10+
#include "nbl/this_example/builtin/CArchive.h" // This might be a reason for the header to move back to `nbl::examples`
1111
#endif
1212

1313
namespace nbl::application_templates

0 commit comments

Comments
 (0)