Skip to content

Commit

Permalink
debugging...
Browse files Browse the repository at this point in the history
  • Loading branch information
benstyle11 authored and ctmbl committed Dec 15, 2021
1 parent 2b0c3fc commit 4ee8fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions include/entity/character.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#ifndef CHARACTER_H
#define CHARACTER_H
#include "controlable.h"
#include "controllable.h"
#include "drawable_handler.h"
#include "physical_entity.h"
#include "schedulable.h"
#include <vector>

// dependencies
class Hitbox{ /* Stuff with hitboxes */ };


class Character : Controllable, DrawableHandler, PhysicalEntity, Schedulable
Expand Down
4 changes: 2 additions & 2 deletions include/entity/schedulable.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef SCHEDULABLE.H
#define SCHEDULABLE.H
#ifndef SCHEDULABLE_H
#define SCHEDULABLE_H
#include "entity.h"
#include <queue>
#include <functional>
Expand Down

0 comments on commit 4ee8fe9

Please sign in to comment.