PowerPoints

This commit is contained in:
Sergeanur
2020-01-20 18:53:21 +02:00
parent 045c638067
commit d52452e69f
3 changed files with 84 additions and 1 deletions

View File

@@ -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)
{}