Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
blob: a9070573f06f215ae9ccec39179308a5d137a7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
   game/shipspecs.h
   This file is part of the Osirion project and is distributed under 
   the terms and conditions of the GNU General Public License version 2 
*/

#ifndef __INCLUDED_SHIPSPECS_H__
#define __INCLUDED_SHIPSPECS_H__

class ShipSpecs {
};

#endif // __INCLUDED_SHIPSPECS_H__