Rename unit_t to unit_c to reflect it being a char

This commit is contained in:
Marc Di Luzio 2014-12-16 13:12:54 +00:00
parent 64f9638352
commit ea426c70c6
4 changed files with 15 additions and 17 deletions

View file

@ -6,10 +6,10 @@
#include "vector2.h"
// Type for the unit type-id
typedef char unit_t;
typedef char unit_c;
// Base unit type
template < unit_t unit_type >
template < unit_c unit_cype >
class CUnit
{
public: