mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 15:54:07 +00:00
removed windows.h for most .cpps
This commit is contained in:
parent
43b092033c
commit
e7c18fc17f
13 changed files with 362 additions and 331 deletions
|
@ -39,7 +39,6 @@ int32 CdStreamSync(int32 channel);
|
|||
void AddToQueue(Queue *queue, int32 item);
|
||||
int32 GetFirstInQueue(Queue *queue);
|
||||
void RemoveFirstInQueue(Queue *queue);
|
||||
DWORD WINAPI CdStreamThread(LPVOID lpThreadParameter);
|
||||
bool CdStreamAddImage(char const *path);
|
||||
char *CdStreamGetImageName(int32 cd);
|
||||
void CdStreamRemoveImages(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue