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
unit_functions_server.cpp
Go to the documentation of this file.
1 #include <string>
2 #include "unit_generic.h"
3 
4 VSSprite * createVSSprite( const char *file )
5 {
6  return NULL;
7 }
8 
10 {
11  return true;
12 }
13 
15 
16 void abletodock( int ) {}
17 
18 void cache_ani( std::string s ) {}
19 
21 
23 {
24  return "";
25 }
26 
28 {
29  return NULL;
30 }
31