File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
src/nbl/ext/MitsubaLoader Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 44#ifndef _NBL_ASSET_I_ASSET_LOADER_H_INCLUDED_
55#define _NBL_ASSET_I_ASSET_LOADER_H_INCLUDED_
66
7+
78#include " nbl/system/declarations.h"
89
910#include " nbl/system/ISystem.h"
1011#include " nbl/system/ILogger.h"
1112
1213#include " nbl/asset/interchange/SAssetBundle.h"
1314
15+
1416namespace nbl ::asset
1517{
1618
Original file line number Diff line number Diff line change 55#define _NBL_SYSTEM_DECLARATIONS_H_INCLUDED_
66
77#include "nbl/core/declarations.h"
8+ #include "nbl/core/definitions.h"
89
910// basic stuff
1011#include "nbl/system/DynamicLibraryFunctionPointer.h"
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ using namespace nbl::system;
1717
1818auto ParserManager::parse (IFile* _file, const Params& _params) const -> Result
1919{
20+ // CMitsubaMetadata* obj = new CMitsubaMetadata();
2021 Result result = {
2122 .metadata = core::make_smart_refctd_ptr<CMitsubaMetadata>()
2223 };
You can’t perform that action at this time.
0 commit comments