mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
more t5 stuffs
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include "IObjLoader.h"
|
||||
#include "Game/IW3/ObjLoaderIW3.h"
|
||||
#include "Game/IW4/ObjLoaderIW4.h"
|
||||
#include "Game/T5/ObjLoaderT5.h"
|
||||
#include "Game/T6/ObjLoaderT6.h"
|
||||
#include "ObjContainer/IWD/IWD.h"
|
||||
#include "SearchPath/SearchPaths.h"
|
||||
@ -16,6 +17,7 @@ const IObjLoader* const OBJ_LOADERS[]
|
||||
{
|
||||
new IW3::ObjLoader(),
|
||||
new IW4::ObjLoader(),
|
||||
new T5::ObjLoader(),
|
||||
new T6::ObjLoader()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user