Cleaning out stray animation.hpp files to make finding usage easier.
This commit is contained in:
parent
0fefc83c36
commit
e3065f7add
12 changed files with 2 additions and 17 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#include "sound.hpp"
|
||||
#include "autowalker.hpp"
|
||||
#include "ai.hpp"
|
||||
#include "animation.hpp"
|
||||
#include <iostream>
|
||||
#include "shaders.hpp"
|
||||
#include "backend.hpp"
|
||||
|
|
@ -27,7 +26,6 @@ int main(int, char*[]) {
|
|||
sfml::Backend backend;
|
||||
guecs::init(&backend);
|
||||
ai::init("ai");
|
||||
animation::init();
|
||||
GameDB::init();
|
||||
cinematic::init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue