mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
Add iw3 objloading
This commit is contained in:
parent
73eb76c991
commit
7c6d2f0f41
@ -3,6 +3,7 @@
|
|||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
#include "IObjLoader.h"
|
#include "IObjLoader.h"
|
||||||
|
#include "Game/IW3/ObjLoaderIW3.h"
|
||||||
#include "Game/IW4/ObjLoaderIW4.h"
|
#include "Game/IW4/ObjLoaderIW4.h"
|
||||||
#include "Game/T6/ObjLoaderT6.h"
|
#include "Game/T6/ObjLoaderT6.h"
|
||||||
#include "ObjContainer/IWD/IWD.h"
|
#include "ObjContainer/IWD/IWD.h"
|
||||||
@ -13,6 +14,7 @@ ObjLoading::Configuration_t ObjLoading::Configuration;
|
|||||||
|
|
||||||
const IObjLoader* const OBJ_LOADERS[]
|
const IObjLoader* const OBJ_LOADERS[]
|
||||||
{
|
{
|
||||||
|
new IW3::ObjLoader(),
|
||||||
new IW4::ObjLoader(),
|
new IW4::ObjLoader(),
|
||||||
new T6::ObjLoader()
|
new T6::ObjLoader()
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user