mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
updating win32 port
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@338 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
10d84cb275
commit
4b2b67ebc7
8 changed files with 125 additions and 129 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <d3dx8.h>
|
||||
|
||||
#include "Pico.h"
|
||||
#include <Pico/Pico.h>
|
||||
|
||||
#define PI 3.14159265f
|
||||
|
||||
|
@ -53,19 +53,20 @@ int LightCalUpdate();
|
|||
int LightCalRender();
|
||||
|
||||
// Loop.cpp
|
||||
void preLoopInit();
|
||||
extern char LoopQuit;
|
||||
extern int LoopMode;
|
||||
|
||||
int LoopInit();
|
||||
void LoopExit();
|
||||
int LoopCode();
|
||||
//extern "C" int dprintf(char *format, ...);
|
||||
extern "C" int dprintf2(char *format, ...);
|
||||
|
||||
// Main.cpp
|
||||
extern HWND FrameWnd;
|
||||
extern int MainWidth,MainHeight;
|
||||
extern char AppName[];
|
||||
extern "C" int dprintf(char *format, ...);
|
||||
extern void error(char *text);
|
||||
|
||||
// Rom.cpp
|
||||
extern unsigned char *RomData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue