1
0
Fork 0
forked from len0rd/rockbox

Player compatible code, interface still needs some changes for player

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@874 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-06-01 20:56:38 +00:00
parent 61648002b4
commit 647661c3bb
6 changed files with 61 additions and 41 deletions

View file

@ -34,6 +34,7 @@
extern HWND hGUIWnd; // the GUI window handle
extern unsigned int uThreadID; // id of mod thread
extern bool bActive;
// typedefs
typedef unsigned char uchar;