metaforce/DataSpec/DNACommon/Tweaks/ITweakGui.hpp

14 lines
324 B
C++
Raw Normal View History

2018-10-06 20:42:33 -07:00
#pragma once
2016-08-19 21:22:13 -07:00
2017-01-20 22:03:37 -08:00
#include "ITweak.hpp"
2016-08-19 21:22:13 -07:00
#include "zeus/CVector2f.hpp"
2018-12-07 21:30:43 -08:00
namespace DataSpec {
2016-08-19 21:22:13 -07:00
2018-12-07 21:30:43 -08:00
struct ITweakGui : ITweak {
enum class EHudVisMode : atUint32 { Zero, One, Two, Three };
enum class EHelmetVisMode : atUint32 { ReducedUpdate, NotVisible, Deco, HelmetDeco, GlowHelmetDeco, HelmetOnly };
2016-08-19 21:22:13 -07:00
};
2018-12-07 21:30:43 -08:00
} // namespace DataSpec