Skip to content

Commit 36c6aa6

Browse files
author
devsh
committed
really need that new PCH and lib breakdown
1 parent 3446e19 commit 36c6aa6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

include/nbl/asset/interchange/IAssetLoader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
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+
1416
namespace nbl::asset
1517
{
1618

include/nbl/system/declarations.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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"

src/nbl/ext/MitsubaLoader/ParserUtil.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ using namespace nbl::system;
1717

1818
auto 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
};

0 commit comments

Comments
 (0)