Private member prefixes for proximities and goal lists

This commit is contained in:
Akkadius
2021-02-07 15:44:25 -06:00
parent 01f69bcc51
commit 00902d8a7e
4 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ public:
std::vector<int> GetListContents(int list_index);
private:
std::vector<TaskGoalList_Struct> task_goal_lists;
int goal_lists_count;
std::vector<TaskGoalList_Struct> m_task_goal_lists;
int m_goal_lists_count;
};