summaryrefslogtreecommitdiffstats
path: root/src/control/PowerPoints.cpp
blob: 4bc773a913fc42b8c67968a6dc611034382e2c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)
{}