mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-23 13:20:40 +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
|
||||
CGxMatrixStack();
|
||||
void Pop(void);
|
||||
void Push(void);
|
||||
C44Matrix& Top(void);
|
||||
void Pop();
|
||||
void Push();
|
||||
C44Matrix& Top();
|
||||
const C44Matrix& TopConst();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user