Screenshot base

This commit is contained in:
CTurt 2014-12-20 19:21:59 +00:00
parent 82808288c0
commit 351e9c1a33
3 changed files with 5 additions and 0 deletions

2
PC/include/screenshot.h Normal file
View file

@ -0,0 +1,2 @@
#pragma once

View file

@ -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);

2
PC/source/screenshot.c Normal file
View file

@ -0,0 +1,2 @@
#include "screenshot.h"