From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/libparsec/include/objstruc.h | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/libparsec/include/objstruc.h (limited to 'src/libparsec/include/objstruc.h') diff --git a/src/libparsec/include/objstruc.h b/src/libparsec/include/objstruc.h new file mode 100644 index 0000000..d556d0e --- /dev/null +++ b/src/libparsec/include/objstruc.h @@ -0,0 +1,47 @@ +/* + * PARSEC HEADER + * Object Structures and 3-D Datatypes V1.68 + * + * Copyright (c) Markus Hadwiger 1995-1998 + * All Rights Reserved. + */ + +#ifndef _OBJSTRUC_H_ +#define _OBJSTRUC_H_ + + +// include geometric type definitions +#include "od_geomv.h" + + +// include texture format specifications +#include "od_texdf.h" + + +// include ship weapons/specials masks +#include "od_masks.h" + + +// include transformation types +#include "od_trafo.h" + + +// include primitive types +#include "od_prim.h" + + +// include rasterization types +#include "od_rast.h" + + +// include generic object structures +#include "od_struc.h" + + +// include object type definitions +#include "od_types.h" + + +#endif // _OBJSTRUC_H_ + + -- cgit v1.2.3