Definition in file Sky.cpp.
#include "AEngine.h"
#include "AState.h"
#include "AUtil.h"
Include dependency graph for Sky.cpp:

Go to the source code of this file.
Functions | |
| void | sky_init () |
| void | sky_render (ATexture texture) |
|
|
Definition at line 28 of file Sky.cpp.
00029 {
00030 assert(false&&"Not implemented");
00031 }
|
|
|
Definition at line 33 of file Sky.cpp.
00034 {
00035 assert(false&&"Not implemented");
00036 }
|
1.3-rc2