mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-02-15 08:21: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
|