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
script_call_unit_server.cpp
Go to the documentation of this file.
1 #include <string>
2 #include "gfx/cockpit_generic.h"
3 #include "cmd/planet_generic.h"
4 
5 void AddAnimation( Cockpit *cp, std::string anim ) {}
6 
7 bool PlanetHasLights( Unit *un )
8 {
9  return ( (Planet*) un )->hasLights();
10 }
11