summaryrefslogtreecommitdiff
path: root/src/control/PowerPoints.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-01-20 18:53:21 +0200
committerSergeanur <s.anureev@yandex.ua>2020-01-20 18:59:28 +0200
commitd52452e69f8dcf8df6fcc16dd841110c26ec18fa (patch)
treec0199ec20103ebb88060c9c8d8137d43bb41474d /src/control/PowerPoints.cpp
parent045c63806736ca2572b72b0aaa008be556ee5695 (diff)
PowerPoints
Diffstat (limited to 'src/control/PowerPoints.cpp')
-rw-r--r--src/control/PowerPoints.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/control/PowerPoints.cpp b/src/control/PowerPoints.cpp
new file mode 100644
index 00000000..4bc773a9
--- /dev/null
+++ b/src/control/PowerPoints.cpp
@@ -0,0 +1,22 @@
+#include "common.h"
+#include "PowerPoints.h"
+
+// Some cut beta feature
+
+void CPowerPoint::Update()
+{}
+
+void CPowerPoints::Init()
+{}
+
+void CPowerPoints::Update()
+{}
+
+void CPowerPoints::GenerateNewOne(float, float, float, float, float, float, uint8)
+{}
+
+void CPowerPoints::Save(uint8**, uint32*)
+{}
+
+void CPowerPoints::Load(uint8*, uint32)
+{} \ No newline at end of file