mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-20 11:47:55 -05:00
Move T6 string arrays to CommonT6 header
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
#include <cassert>
|
||||
#include <type_traits>
|
||||
|
||||
#include "Game/T6/CommonT6.h"
|
||||
#include "Game/T6/InfoStringT6.h"
|
||||
|
||||
using namespace T6;
|
||||
@ -44,12 +45,6 @@ cspField_t AssetDumperTracer::tracer_fields[]
|
||||
|
||||
namespace T6
|
||||
{
|
||||
const char* tracerTypeNames[]
|
||||
{
|
||||
"Laser",
|
||||
"Smoke"
|
||||
};
|
||||
|
||||
class InfoStringFromTracerConverter final : public InfoStringFromStructConverter
|
||||
{
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user