mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- there were still some old definitions left...
This commit is contained in:
parent
7cf7936ede
commit
d9808e6d68
2 changed files with 0 additions and 9 deletions
|
@ -56,11 +56,6 @@ EXTERN_CVAR(String, language)
|
|||
uint32_t LanguageIDs[4];
|
||||
|
||||
|
||||
int (*I_GetTime)(bool saveMS);
|
||||
int (*I_WaitForTic)(int);
|
||||
void (*I_FreezeTime)(bool frozen);
|
||||
|
||||
|
||||
void I_Tactile(int /*on*/, int /*off*/, int /*total*/)
|
||||
{
|
||||
}
|
||||
|
|
|
@ -119,10 +119,6 @@ extern void LayoutMainWindow(HWND hWnd, HWND pane);
|
|||
|
||||
static void CalculateCPUSpeed();
|
||||
|
||||
static int I_GetTimePolled(bool saveMS);
|
||||
static int I_WaitForTicPolled(int prevtic);
|
||||
static void I_FreezeTimePolled(bool frozen);
|
||||
|
||||
static HCURSOR CreateCompatibleCursor(FTexture *cursorpic);
|
||||
static HCURSOR CreateAlphaCursor(FTexture *cursorpic);
|
||||
static HCURSOR CreateBitmapCursor(int xhot, int yhot, HBITMAP and_mask, HBITMAP color_mask);
|
||||
|
|
Loading…
Reference in a new issue