From 49411238b04f3510d18617d1498622cf199c617d Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 8 Dec 2015 08:35:21 -0500 Subject: documentation, dialog box borders --- doc/html/structline__t.html | 173 -------------------------------------------- 1 file changed, 173 deletions(-) delete mode 100644 doc/html/structline__t.html (limited to 'doc/html/structline__t.html') diff --git a/doc/html/structline__t.html b/doc/html/structline__t.html deleted file mode 100644 index 63f1114..0000000 --- a/doc/html/structline__t.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - -gamedev: line_t Struct Reference - - - - - - - - - - -
-
- - - - - - -
-
gamedev -
-
-
- - - - - - -
-
- - -
- -
- -
-
- -
-
line_t Struct Reference
-
-
- -

#include <world.h>

- - - - - - - - - - -

-Public Attributes

float y
 
bool gs
 
float gh [2]
 
unsigned char color
 
-

Detailed Description

-

The line structure. This structure is used to store the world's ground, stored in vertical lines. Dirt color and grass properties are also kept track of here.

-

Member Data Documentation

- -
-
- - - - -
unsigned char line_t::color
-
-

Lightness of dirt (brown)

- -
-
- -
-
- - - - -
float line_t::gh[2]
-
-

Height of glass (2 blades per line)

- -
-
- -
-
- - - - -
bool line_t::gs
-
-

Show grass

- -
-
- -
-
- - - - -
float line_t::y
-
-

Height of this vertical line

- -
-
-
The documentation for this struct was generated from the following file: -
- - - - -- cgit v1.2.3