1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00
VVVVVV/desktop_version/src/Logic.h

24 lines
317 B
C
Raw Normal View History

2020-01-01 21:29:24 +01:00
#ifndef LOGIC_H
#define LOGIC_H
#include "Graphics.h"
#include "Game.h"
#include "Entity.h"
#include "UtilityClass.h"
#include "Music.h"
#include "Map.h"
void titleupdatetextcol();
void titlelogic();
2020-01-01 21:29:24 +01:00
void maplogic();
2020-01-01 21:29:24 +01:00
void gamecompletelogic();
2020-01-01 21:29:24 +01:00
void gamecompletelogic2();
2020-01-01 21:29:24 +01:00
void gamelogic();
2020-01-01 21:29:24 +01:00
#endif /* LOGIC_H */