Skip to content

Commit

Permalink
Moved large sprite and scrolling to folders
Browse files Browse the repository at this point in the history
  • Loading branch information
justinorringer committed Dec 8, 2022
1 parent b619ac1 commit 05d302d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include "maps/pool_map.h"
#include "sounds/sounds.h"

#include "large.h"
#include "scrolling.h"
#include "movement/large.h"
#include "internal/scrolling.h"

void init();
void checkInput();
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 05d302d

Please sign in to comment.