No code change just reformatting of header files.
finishing up my reformatting of the source from November/December following the guidelines that were posted. some extra things I added: * Any empty virtual declarations were kept to one line. * Enums were split up into separate lines to promote uniformity across all headers. ( each header file had a different style for enums)
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
@@ -65,14 +64,13 @@ namespace wagic
|
||||
};
|
||||
|
||||
#else
|
||||
typedef std::ifstream ifstream;
|
||||
typedef std::ifstream ifstream;
|
||||
#endif
|
||||
|
||||
} //namespace wagic
|
||||
|
||||
using std::string;
|
||||
|
||||
|
||||
//string manipulation methods
|
||||
string& trim(string& str);
|
||||
string& ltrim(string& str);
|
||||
@@ -93,7 +91,6 @@ int WRand();
|
||||
void dumpStack();
|
||||
#endif
|
||||
|
||||
|
||||
/* RAM simple check functions header */
|
||||
|
||||
// *** DEFINES ***
|
||||
@@ -106,8 +103,8 @@ void dumpStack();
|
||||
|
||||
// *** FUNCTIONS DECLARATIONS ***
|
||||
|
||||
u32 ramAvailableLineareMax (void);
|
||||
u32 ramAvailable (void);
|
||||
u32 ramAvailableLineareMax(void);
|
||||
u32 ramAvailable(void);
|
||||
|
||||
#ifdef WIN32
|
||||
#include <direct.h>
|
||||
|
||||
Reference in New Issue
Block a user