add GoalType, Lua functions

This commit is contained in:
Chris Danford
2005-02-17 19:36:10 +00:00
parent 25c88d3aa0
commit da5f4a57bb
6 changed files with 44 additions and 3 deletions
+9 -1
View File
@@ -246,7 +246,15 @@ static const CString MenuDirNames[NUM_MENU_DIRS] = {
"Auto",
};
XToString( MenuDir );
StringToX( MenuDir );
static const CString GoalTypeNames[NUM_GOAL_TYPES] = {
"Calories",
"Time",
"None",
};
XToString( GoalType );
StringToX( GoalType );
#include "LuaFunctions.h"