summaryrefslogtreecommitdiff
path: root/include/g3dhax.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/g3dhax.h')
-rw-r--r--include/g3dhax.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/g3dhax.h b/include/g3dhax.h
index f2cdd29..d4aa9a0 100644
--- a/include/g3dhax.h
+++ b/include/g3dhax.h
@@ -257,12 +257,12 @@ namespace m3d {
void *frameHeap; // should be a frame heap
mAllocator_c allocator;
+ float getCurrentFrame();
+ float setCurrentFrame(float value);
+ float getUpdateRate();
+ float setUpdateRate(float value);
private:
void setupHeap(mAllocator_c *allocator, u32 *sizeOutput);
- float _getCurrentFrame();
- float _setCurrentFrame(float value);
- float _getUpdateRate();
- float _setUpdateRate(float value);
};
class fanm_c : public banm_c {