Sha256: 62d44ef9dd1e8b5f9b28e889a66670df1be95cde72d243757ed1b27ba3b4b805
Contents?: true
Size: 945 Bytes
Versions: 11
Compression:
Stored size: 945 Bytes
Contents
/* * SDL Graphics Extension * Misc functions (header) * * Started 990819 * * License: LGPL v2+ (see the file LICENSE) * (c)1999-2003 Anders Lindström */ /********************************************************************* * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Library General Public * * License as published by the Free Software Foundation; either * * version 2 of the License, or (at your option) any later version. * *********************************************************************/ #ifndef sge_misc_H #define sge_misc_H #include "SDL.h" #include "sge_internal.h" #ifdef _SGE_C extern "C" { #endif DECLSPEC int sge_Random(int min, int max); DECLSPEC void sge_Randomize(void); DECLSPEC Uint32 sge_CalibrateDelay(void); DECLSPEC Uint32 sge_DelayRes(void); DECLSPEC Uint32 sge_Delay(Uint32 ticks); #ifdef _SGE_C } #endif #endif /* sge_misc_H */
Version data entries
11 entries across 11 versions & 2 rubygems