diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-01-20 17:53:21 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-01-20 17:59:28 +0100 |
commit | d52452e69f8dcf8df6fcc16dd841110c26ec18fa (patch) | |
tree | c0199ec20103ebb88060c9c8d8137d43bb41474d /src/control/PowerPoints.cpp | |
parent | Two audio structs renamed to their original names (diff) | |
download | re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.tar re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.tar.gz re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.tar.bz2 re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.tar.lz re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.tar.xz re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.tar.zst re3-d52452e69f8dcf8df6fcc16dd841110c26ec18fa.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/PowerPoints.cpp | 22 |
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 |