CommonLibSSE NG
BSModelDB.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/D/DBTraits.h"
4 #include "RE/E/ErrorCodes.h"
5 #include "RE/N/NiSmartPointer.h"
6 
7 namespace RE
8 {
9  class NiNode;
10 
11  namespace BSModelDB
12  {
13  BSResource::ErrorCode Demand(const char* a_modelPath, NiPointer<NiNode>& a_modelOut, const DBTraits::ArgsType& a_args);
14  }
15 }
Definition: NiSmartPointer.h:9
BSResource::ErrorCode Demand(const char *a_modelPath, NiPointer< NiNode > &a_modelOut, const DBTraits::ArgsType &a_args)
ErrorCode
Definition: ErrorCodes.h:8
Definition: AbsorbEffect.h:6
Definition: DBTraits.h:13