1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-24 06:50:59 +00:00
re3/src/control/PowerPoints.cpp

22 lines
361 B
C++
Raw Normal View History

2020-01-20 16:53:21 +00:00
#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)
{}