* CPreGame's buttons less ugly

* fixed sorting maps
* minor stuff
This commit is contained in:
Michał W. Urbańczyk
2007-07-28 23:01:25 +00:00
parent 060dc4c785
commit b38a8c9557
8 changed files with 116 additions and 53 deletions
+6 -1
View File
@@ -1,3 +1,6 @@
#ifndef INT3_H
#define INT3_H
class int3
{
int x,y,z;
@@ -58,4 +61,6 @@ class int3
return false;
return false;
}
};
};
#endif //INT3_H