mirror of
https://github.com/open-goal/jak-project
synced 2026-06-07 20:11:39 -04:00
11 lines
238 B
C++
11 lines
238 B
C++
#include "rule_config.h"
|
|
|
|
namespace formatter_rules {
|
|
namespace config {
|
|
|
|
// TODO - populate these more
|
|
|
|
std::unordered_map<std::string, FormConfiguration> opengoal_form_config = {};
|
|
} // namespace config
|
|
} // namespace formatter_rules
|