chore: use RawTemplater to template XModel loading code for t5 and t6

This commit is contained in:
Jan
2024-09-14 12:21:43 +02:00
parent a2735b4f23
commit 7227c84cde
17 changed files with 192 additions and 142 deletions

View File

@ -1,7 +1,7 @@
#include "XModelDumperT5.h"
#include "Game/T5/CommonT5.h"
#include "Game/T5/XModel/JsonXModel.h"
#include "Game/T5/XModel/JsonXModelT5.h"
#define GAME_NAMESPACE T5

View File

@ -1,7 +1,7 @@
#include "XModelDumperT6.h"
#include "Game/T6/CommonT6.h"
#include "Game/T6/XModel/JsonXModel.h"
#include "Game/T6/XModel/JsonXModelT6.h"
#define GAME_NAMESPACE T6
#define FEATURE_T6