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
|
|
@ -1,7 +1,6 @@
|
|||
#define FSM_DEBUG 1
|
||||
#include "sound.hpp"
|
||||
#include "ai.hpp"
|
||||
#include "animation.hpp"
|
||||
#include <iostream>
|
||||
#include "shaders.hpp"
|
||||
#include "backend.hpp"
|
||||
|
|
@ -296,7 +295,6 @@ int error_usage() {
|
|||
|
||||
int main(int argc, char* argv[]) {
|
||||
ai::init("ai");
|
||||
animation::init();
|
||||
components::init();
|
||||
sfml::Backend backend;
|
||||
guecs::init(&backend);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue