mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
3c52570552
Delete sample load, hook things up. It now builds but doesn't run Reformat, add an event
10 lines
126 B
C
10 lines
126 B
C
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#ifndef WIN32_LEAN_AND_MEAN
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#endif
|
|
|
|
#include <windows.h>
|