mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
move common files to root
This commit is contained in:
parent
f506842df2
commit
a86e9a3e58
25 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
// ddraw
|
||||
#include <ddraw.h>
|
||||
#include "../common/lprintf.h"
|
||||
#include "../lprintf.h"
|
||||
#include "direct.h"
|
||||
#include "main.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <dsound.h>
|
||||
|
||||
#include "dsnd.h"
|
||||
#include "../common/lprintf.h"
|
||||
#include "../lprintf.h"
|
||||
|
||||
#define NSEGS 4
|
||||
#define RELEASE(x) if (x) x->Release(); x=NULL;
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
#undef RC_INVOKED
|
||||
#include <string.h>
|
||||
|
||||
#include "../common/input.h"
|
||||
#include "../common/emu.h" // array_size
|
||||
#include "../input.h"
|
||||
#include "../emu.h" // array_size
|
||||
#include "in_vk.h"
|
||||
|
||||
#define IN_VK_PREFIX "vk:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue