Get rid of all other #pragma once's, except the one in StdAfx.h.
(three cheers for perl)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef MODECHOICE_H
|
||||
#define MODECHOICE_H
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
Class: ModeChoice
|
||||
@@ -22,3 +23,5 @@ struct ModeChoice // used in SelectMode
|
||||
char name[64];
|
||||
int numSidesJoinedToPlay;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user