mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
18 lines
502 B
C
Executable File
18 lines
502 B
C
Executable File
//======================================================================
|
|
//
|
|
// ShipObject_Components.h
|
|
// copyright (c) 2004 Sony Online Entertainment
|
|
//
|
|
//======================================================================
|
|
|
|
#ifndef INCLUDED_ShipObject_Components_H
|
|
#define INCLUDED_ShipObject_Components_H
|
|
|
|
#include "serverGame/ShipObject.h"
|
|
|
|
//======================================================================
|
|
|
|
//======================================================================
|
|
|
|
#endif
|