mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 20:35:58 +03:00
chore(gx): clean up member function declarations in CGxMatrixStack
This commit is contained in:
parent
912d643e9c
commit
01ca76788c
@ -19,9 +19,9 @@ class CGxMatrixStack {
|
|||||||
|
|
||||||
// Member functions
|
// Member functions
|
||||||
CGxMatrixStack();
|
CGxMatrixStack();
|
||||||
void Pop(void);
|
void Pop();
|
||||||
void Push(void);
|
void Push();
|
||||||
C44Matrix& Top(void);
|
C44Matrix& Top();
|
||||||
const C44Matrix& TopConst();
|
const C44Matrix& TopConst();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user