Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
background_server.cpp
Go to the documentation of this file.
1 #include <cstring>
2 #include <string>
3 #include "background.h"
4 Background::Background(const char *, int, float, const std::string&, const GFXColor &, bool) {
5 
6 }
7 void Background::EnableBG(bool){}
8 void Background::Draw(){}
12  memset(&ret,0,sizeof(ret));
13  return ret;
14 }