From d52452e69f8dcf8df6fcc16dd841110c26ec18fa Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Mon, 20 Jan 2020 18:53:21 +0200 Subject: PowerPoints --- src/control/PowerPoints.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/control/PowerPoints.cpp (limited to 'src/control/PowerPoints.cpp') 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 -- cgit v1.2.3