2020-04-09 14:50:24 -04: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)
|
2020-01-20 11:53:21 -05:00
|
|
|
{}
|