From c38029fa3d4fd7488c2bd9236eec86aff4448314 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 17 Sep 2015 09:22:45 -0400 Subject: shit --- doc/World.htm | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 doc/World.htm (limited to 'doc/World.htm') diff --git a/doc/World.htm b/doc/World.htm deleted file mode 100644 index d17c551..0000000 --- a/doc/World.htm +++ /dev/null @@ -1,40 +0,0 @@ - - - - World - - - -

World

-
-

Description

-

World.h contains functions to create and draw worlds, and provide basic object detection.

-
-

The standard form of world generation in World.h is an array of randomly sized vertical lines. -The width of each line is defined as a single HLINE, a macro defined in common.h. ...

-

class World

-
private:
- struct line_t {
- float start;
- } *line;
- unsigned int lineCount;
-public:
- World(float width);
- void draw(void);
- void detect(vec2 *v,const float width);
-
- - - -- cgit v1.2.3