#include <stdio.h>#include <GL/gl.h>#include <GL/glu.h>#include <SDL/SDL.h>#include <SDL/SDL_image.h>#include <string>#include <iostream>#include <fstream>#include <cmath>#include <cassert>#include "font.h"#include "utility.h"#include "gamestate.h"#include "settings.h"#include "globals.h"Include dependency graph for timer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | TIMER |
Defines | |
| #define | STAGING_TIME 4.0 |
| #define | _TIMER_H |
|
|
|
|
|
Definition at line 50 of file timer.h. Referenced by TIMER::Draw(), and TIMER::TickTimer(). |
1.4.6