Morph-SynRJ
view window_fmod_init.h @ 0:22de913c2d84
morph-synrj intro
| author | "Cedric Pinson <cedric.pinson@alcove.fr> <mornifle@plopbyte.net>" |
|---|---|
| date | Tue Nov 27 15:23:52 2007 +0100 (2007-11-27) |
| parents | |
| children |
line source
1 // Fmod
3 typedef struct
5 {
7 int length;
9 int pos;
11 void *data;
13 } MEMFILE;
17 unsigned int memopen(char *);
19 void memclose(unsigned int);
21 int memread(void *, int, unsigned int);
23 void memseek(unsigned int, int, signed char);
25 int memtell(unsigned int);
29 // Windows
31 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
33 void KillGLWindow(void);
35 BOOL CreateGLWindow(char*, int, int, int, bool);
