Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Sky.cpp File Reference


Detailed Description

implements the 'sky_' functions in AEngine.h

Definition in file Sky.cpp.

#include "AEngine.h"
#include "AState.h"
#include "AUtil.h"

Include dependency graph for Sky.cpp:

Include dependency graph

Go to the source code of this file.

Functions

void sky_init ()
void sky_render (ATexture texture)


Function Documentation

void sky_init  
 

Definition at line 28 of file Sky.cpp.

00029 {
00030         assert(false&&"Not implemented");
00031 }

void sky_render ATexture    texture
 

Definition at line 33 of file Sky.cpp.

00034 {
00035         assert(false&&"Not implemented");
00036 }


Generated on Wed Apr 23 05:51:46 2003 for Modern Warfare by doxygen1.3-rc2