diff --git a/PC/include/screenshot.h b/PC/include/screenshot.h new file mode 100644 index 0000000..3f59c93 --- /dev/null +++ b/PC/include/screenshot.h @@ -0,0 +1,2 @@ +#pragma once + diff --git a/PC/source/main.c b/PC/source/main.c index b644768..513dee9 100644 --- a/PC/source/main.c +++ b/PC/source/main.c @@ -12,6 +12,7 @@ #include "joystick.h" #include "settings.h" #include "keyboard.h" +#include "screenshot.h" int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmd, int nShow) { printf("3DS Controller Server %.1f\n", VERSION); diff --git a/PC/source/screenshot.c b/PC/source/screenshot.c new file mode 100644 index 0000000..fe4a9d7 --- /dev/null +++ b/PC/source/screenshot.c @@ -0,0 +1,2 @@ +#include "screenshot.h" +