mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
hecl/FourCC: Make use of constexpr constructors where applicable
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
namespace hecl::Database {
|
||||
|
||||
logvisor::Module LogModule("hecl::Database");
|
||||
static const hecl::FourCC HECLfcc("HECL");
|
||||
constexpr hecl::FourCC HECLfcc("HECL");
|
||||
|
||||
/**********************************************
|
||||
* Project::ConfigFile
|
||||
|
||||
Reference in New Issue
Block a user