diff options
author | epoch <epoch@thebackupbox.net> | 2020-10-10 00:00:55 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-10-10 00:00:55 -0500 |
commit | fe9ad894000ff986cd642d23ac4762e97d5b1ccc (patch) | |
tree | 1e253ac02dc7d3339b60ca68d9bfca24cbd3ef7e /src/graphics_c2.h | |
parent | 19feecae5124e5eb4c8a2f2dfd300e94e59b9d9f (diff) | |
parent | 4982876f0d021e4637f6db500063169477fe7289 (diff) | |
download | hackvr-fe9ad894000ff986cd642d23ac4762e97d5b1ccc.tar.gz hackvr-fe9ad894000ff986cd642d23ac4762e97d5b1ccc.zip |
Merge branch 'master' of ssh://batou.thebackupbox.net:65432/hackvr
Diffstat (limited to 'src/graphics_c2.h')
-rw-r--r-- | src/graphics_c2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphics_c2.h b/src/graphics_c2.h index 35920fd..8a481d9 100644 --- a/src/graphics_c2.h +++ b/src/graphics_c2.h @@ -3,6 +3,11 @@ #include "math.h" +#define TOP 240.0 +#define BOTTOM -240.0 +#define RIGHT 320.0 +#define LEFT -320.0 + int c2sX(real x); int s2cX(real x); int c2sY(real y); |