mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-12-02 16:42:32 +00:00
11 lines
167 B
C
11 lines
167 B
C
|
#ifndef WIN_HEADERS_H
|
||
|
#define WIN_HEADERS_H
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <math.h>
|
||
|
#include <string.h>
|
||
|
#include <assert.h>
|
||
|
|
||
|
#endif // WIN_HEADERS_H
|