1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 22:18:30 +02:00
VVVVVV/desktop_version/src/Logic.h
Misa c040ceda29 Merge towerlogic() into gamelogic()
This doesn't change anything functionality-wise, but it does remove a
lot of duplicate code, which makes it easier to work on.
2020-04-26 19:07:40 -04:00

22 lines
289 B
C

#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 titlelogic();
void maplogic();
void gamecompletelogic();
void gamecompletelogic2();
void gamelogic();
#endif /* LOGIC_H */