caa4c87662
taking a pause to clean up load code
7 lines
212 B
C++
7 lines
212 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
static const std::vector<std::string> skp_order { "str", "dex", "int", "def", "agi" };
|
|
static const std::vector<std::string> skp_elements {"e","t","w","f","a"};
|