Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/avi_play/src/subprojects/importer/importer.cc @ 6339

Last change on this file since 6339 was 6339, checked in by hdavid, 18 years ago

branches\avi_play: some copy, pasta & delete

File size: 846 bytes
Line 
1/*
2   orxonox - the future of 3D-vertical-scrollers
3
4   Copyright (C) 2004 orx
5
6   This program is free software; you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation; either version 2, or (at your option)
9   any later version.
10
11   ### File Specific:
12   main-programmer: David Hasenfratz
13   co-programmer: ...
14
15   this file extends the framework file, so it renders what i want.
16*/
17
18#include "framework.h"
19
20#include "light.h"
21
22#include "media_container.h"
23#include <stdlib.h>
24
25#include "resource_manager.h"
26
27
28void Framework::moduleInit(int argc, char** argv)
29{
30
31
32}
33
34void Framework::moduleEventHandler(SDL_Event* event)
35{
36
37}
38
39void Framework::moduleTick(float dt)
40{
41
42}
43
44void Framework::moduleDraw(void) const
45{
46
47}
48
49void Framework::moduleHelp(void) const
50{
51
52}
Note: See TracBrowser for help on using the repository browser.