mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 21:48:50 +01:00
win32 stuff, SIMPLE_WRITE_SOUND
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@341 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7c9e6899a2
commit
03a265e5eb
14 changed files with 161 additions and 57 deletions
|
|
@ -13,6 +13,10 @@
|
|||
|
||||
#define RELEASE(x) if (x) x->Release(); x=NULL;
|
||||
|
||||
#ifndef __FUNCTION__
|
||||
#define __FUNCTION__ ""
|
||||
#endif
|
||||
|
||||
#define LOGFAIL() dprintf2("fail: %s %s:%i\n", __FUNCTION__, __FILE__, __LINE__)
|
||||
|
||||
|
||||
|
|
@ -56,6 +60,7 @@ extern "C" int dprintf2(char *format, ...);
|
|||
// Main.cpp
|
||||
extern char *romname;
|
||||
extern HWND FrameWnd;
|
||||
extern RECT FrameRectMy;
|
||||
extern int MainWidth,MainHeight;
|
||||
extern void error(char *text);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue