1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-03 10:28:04 +08:00
SFML/CSFML/VC2005/csfml-system.def

21 lines
339 B
Modula-2
Raw Normal View History

LIBRARY csfml-system
EXPORTS
sfClock_Create
sfClock_Destroy
sfClock_GetTime
sfClock_Reset
sfMutex_Create
sfMutex_Destroy
sfMutex_Lock
sfMutex_Unlock
sfRandom_SetSeed
sfRandom_GetSeed
sfRandom_Float
sfRandom_Int
sfSleep
sfThread_Create
sfThread_Destroy
sfThread_Launch
sfThread_Wait
sfThread_Terminate