J :
* Remove ^M's. * Re-indent automatically. * Remove whitespace at the end of lines.
This commit is contained in:
@@ -14,10 +14,10 @@ class MTGGamePhase: public ActionElement {
|
||||
int currentState;
|
||||
JLBFont * mFont;
|
||||
public:
|
||||
MTGGamePhase(int id);
|
||||
MTGGamePhase(int id);
|
||||
virtual void Render();
|
||||
virtual void Update(float dt);
|
||||
void CheckUserInput(float dt);
|
||||
void CheckUserInput(float dt);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user