/*
   fpstimer - Functions to deal with timing
   Copyright (C) 2002 John Ericson
*/

#ifndef FPSTIMER_HEADER
#define FPSTIMER_HEADER

#include <SDL.h>

void setframespersecond(const unsigned int fps);
void waitframe(void);

#endif /* FPSTIMER_HEADER */