vegastrike
0.5.1.r1
|
#include <assert.h>
#include <iostream>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "stardate.h"
#include "lin_time.h"
#include "vsfilesystem.h"
#include "cmd/script/mission.h"
Go to the source code of this file.
Functions | |
void | InitSDate (string date) |
string | GetSDate (int faction=0) |
string | GetFullSDate (int faction=0) |
string | SDateFromTrekDate (string trekdate) |
string | TrekDateFromSDate (string sdate) |
Variables | |
vector< boost::shared_ptr < Faction > > | factions |
string GetFullSDate | ( | int | faction = 0 ) |
Definition at line 183 of file stardate.cpp.
string GetSDate | ( | int | faction = 0 ) |
Definition at line 178 of file stardate.cpp.
void InitSDate | ( | string | date) |
Definition at line 175 of file stardate.cpp.
string SDateFromTrekDate | ( | string | trekdate) |
Definition at line 194 of file stardate.cpp.
string TrekDateFromSDate | ( | string | sdate) |
Definition at line 199 of file stardate.cpp.
vector< boost::shared_ptr<Faction> > factions |
Definition at line 6 of file faction_generic.cpp.