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:
techdragon.nguyen@gmail.com
2011-01-21 18:01:14 +00:00
parent 6d3d4c1792
commit e53c16f700
101 changed files with 6128 additions and 4684 deletions
+3 -6
View File
@@ -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>