KRandom.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- //---------------------------------------------------------------------------
- // Sword3 Engine (c) 1999-2000 by Kingsoft
- //
- // File: KRandom.h
- // Date: 2000.08.08
- // Code: WangWei(Daphnis)
- // Desc: Header File
- //---------------------------------------------------------------------------
- #ifndef KRandom_H
- #define KRandom_H
- //---------------------------------------------------------------------------
- ENGINE_API UINT g_Random(UINT nMax);
- ENGINE_API void g_RandomSeed(UINT nSeed);
- ENGINE_API UINT g_GetRandomSeed();
- //---------------------------------------------------------------------------
- #endif