Screenshot base
This commit is contained in:
parent
82808288c0
commit
351e9c1a33
3 changed files with 5 additions and 0 deletions
2
PC/include/screenshot.h
Normal file
2
PC/include/screenshot.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
#pragma once
|
||||
|
|
@ -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
2
PC/source/screenshot.c
Normal file
|
@ -0,0 +1,2 @@
|
|||
#include "screenshot.h"
|
||||
|
Loading…
Add table
Reference in a new issue