src/Display.cpp File Reference

Display the World. More...

#include "Display.h"
#include <cstdlib>
#include <cmath>
#include "Constants.h"
#include "Accum.h"
#include "Jitter.h"

Include dependency graph for Display.cpp:

Go to the source code of this file.

Functions

void display_timer (int value)
 Call the timer method of the Display instance.


Detailed Description

Display the World.

Author:
Émilien Girault, Léo Terziman
Date:
: feb 02 2008

Definition in file Display.cpp.


Function Documentation

void display_timer ( int  value  ) 

Call the timer method of the Display instance.

Parameters:
value (unused)

Definition at line 39 of file Display.cpp.

References Display::instance(), and Display::timer().

Referenced by Display::Display(), Display::inputKey(), and Display::timer().

00039                               {
00040   Display::instance()->timer(value);
00041 }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Sat Feb 2 22:22:56 2008 for Teapot Colony Wars by  doxygen 1.5.4