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

Version Path
graphics-1.1.2 ext/sdl/sge/sge_misc.h
graphics-1.1.1 ext/sdl/sge/sge_misc.h
graphics-1.1.0 ext/sdl/sge/sge_misc.h
graphics-1.0.1 ext/sdl/sge/sge_misc.h
graphics-1.0.0 ext/sdl/sge/sge_misc.h
graphics-1.0.0b6 ext/sdl/sge/sge_misc.h
graphics-1.0.0b5 ext/sdl/sge/sge_misc.h
graphics-1.0.0b4 ext/sdl/sge/sge_misc.h
rubysdl-2.2.0 sge/sge_misc.h
rubysdl-2.1.3.1 sge/sge_misc.h
rubysdl-2.1.3 sge/sge_misc.h