fix typos
This commit is contained in:
parent
7927226484
commit
c737f41d8a
18 changed files with 62 additions and 55 deletions
|
|
@ -10,7 +10,7 @@ namespace tp::obj {
|
|||
RGBA mCol;
|
||||
|
||||
static ObjectType TypeData;
|
||||
static ObjectTypeAriphmetics TypeAriphm;
|
||||
static ObjectTypeArithmetics TypeAriphm;
|
||||
|
||||
static void constructor(ColorObject* self);
|
||||
static void copy(ColorObject* self, const ColorObject* in);
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ namespace tp::obj {
|
|||
alnf val;
|
||||
|
||||
static ObjectType TypeData;
|
||||
static ObjectTypeAriphmetics TypeAriphm;
|
||||
|
||||
static ObjectTypeArithmetics TypeAriphm;
|
||||
|
||||
static void constructor(FloatObject* self);
|
||||
static void copy(FloatObject* self, const FloatObject* in);
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ namespace tp::obj {
|
|||
alni val;
|
||||
|
||||
static ObjectType TypeData;
|
||||
static ObjectTypeAriphmetics TypeAriphm;
|
||||
static ObjectTypeArithmetics TypeAriphm;
|
||||
|
||||
static void constructor(IntObject* self);
|
||||
static void copy(IntObject* self, const IntObject* in);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue