CommonLibSSE NG
Loading...
Searching...
No Matches
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"
6
7namespace 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