rename Notes to Steps

This commit is contained in:
Chris Danford
2003-08-03 00:13:55 +00:00
parent 579c975638
commit bf02bfddf4
69 changed files with 269 additions and 258 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
-----------------------------------------------------------------------------
Class: EditMenu
Desc: UI on Edit Menu screen. Create Notes, delete Notes, or launch Notes
Desc: UI on Edit Menu screen. Create Steps, delete Steps, or launch Steps
in editor.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
@@ -96,8 +96,8 @@ public:
Difficulty GetSelectedSourceDifficulty() { return (Difficulty)m_iSelection[ROW_SOURCE_DIFFICULTY]; }
Action GetSelectedAction() { return m_Actions[m_iSelection[ROW_ACTION]]; }
Notes* GetSelectedNotes();
Notes* GetSelectedSourceNotes();
Steps* GetSelectedNotes();
Steps* GetSelectedSourceNotes();
private:
Sprite m_sprArrows[2];