Move the fatal error logging out of win32 and use it on Linux and macOS
This commit is contained in:
parent
8090f395e2
commit
213305cc2d
13 changed files with 103 additions and 127 deletions
|
|
@ -23,10 +23,6 @@ void I_ShutdownGraphics();
|
|||
|
||||
extern IVideo *Video;
|
||||
|
||||
void I_PolyPresentInit();
|
||||
uint8_t *I_PolyPresentLock(int w, int h, bool vsync, int &pitch);
|
||||
void I_PolyPresentUnlock(int x, int y, int w, int h);
|
||||
void I_PolyPresentDeinit();
|
||||
|
||||
|
||||
#endif // __I_VIDEO_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue