Files
Sun1602/SUN3DEngine/include/Client/wzSound/util/globalincs/systemvars.h
T
2022-10-26 12:25:11 +08:00

17 lines
181 B
C

/*
* Variables and constants common
*/
#include "PreProcDefines.h"
#ifndef _SYSTEMVARS_H
#define _SYSTEMVARS_H
#include "math.h"
int myrand();
extern int Rand_count;
#endif