Rename unit_t to unit_c to reflect it being a char
This commit is contained in:
parent
64f9638352
commit
ea426c70c6
4 changed files with 15 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue