Skip to content

Commit

Permalink
CamelCase added
Browse files Browse the repository at this point in the history
  • Loading branch information
benstyle11 authored and ctmbl committed Dec 15, 2021
1 parent 49e1142 commit 8bcaf23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/entity/character.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "physical_entity.h"
#include "schedulable.h"

class Character : Controllable, DrawableHandler, Physical_entity, Schedulable
class Character : Controllable, DrawableHandler, PhysicalEntity, Schedulable
{
private:
/* data */
Expand Down
2 changes: 1 addition & 1 deletion include/entity/wall.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@



class Wall: DrawableHandler, Physical_entity
class Wall: DrawableHandler, PhysicalEntity
{
private:
/* data */
Expand Down

0 comments on commit 8bcaf23

Please sign in to comment.