Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Kopp
gameboy-cli
Commits
a083b0ef
Commit
a083b0ef
authored
Dec 06, 2017
by
Felix Kopp
Browse files
improved file structure
parent
91db7d52
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/gameboy.c
View file @
a083b0ef
...
...
@@ -27,8 +27,8 @@
#include <string.h>
#include <windows.h>
#include <interpreter.h>
#include <draw.h>
#include <
lib/
interpreter.h>
#include <
lib/
draw.h>
#define PATH_BUFFER_LENGTH 2048
...
...
src/const.h
→
src/
lib/
const.h
View file @
a083b0ef
File moved
src/draw.h
→
src/
lib/
draw.h
View file @
a083b0ef
File moved
src/executors.h
→
src/
lib/
executors.h
View file @
a083b0ef
File moved
src/file_handler.h
→
src/
lib/
file_handler.h
View file @
a083b0ef
File moved
src/interpreter.h
→
src/
lib/
interpreter.h
View file @
a083b0ef
File moved
src/registers.h
→
src/
lib/
registers.h
View file @
a083b0ef
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment