#include "../../shared/mathlib.h"
#include "../../shared/defines.h"
Go to the source code of this file.
Data Structures | |
struct | brush_texture_s |
struct | winding_s |
for storing the vertices of the side of a brush or other polygon More... | |
struct | face_s |
struct | side_s |
struct | mapbrush_s |
struct | plane_s |
struct | portal_s |
Typedefs | |
typedef struct brush_texture_s | brush_texture_t |
typedef struct winding_s | winding_t |
for storing the vertices of the side of a brush or other polygon | |
typedef struct face_s | face_t |
typedef struct side_s | side_t |
typedef struct mapbrush_s | mapbrush_t |
typedef struct plane_s | plane_t |
typedef struct portal_s | portal_t |
Definition in file map.h.
typedef struct brush_texture_s brush_texture_t |
typedef struct mapbrush_s mapbrush_t |