Adding isometric camera mode with orthographic projection to current state of master branch of GZDoom.

This commit is contained in:
Dileep V. Reddy 2024-01-15 17:27:39 -07:00 committed by Rachael Alexanderson
commit d2c2c93cf1
10 changed files with 117 additions and 5 deletions

View file

@ -35,6 +35,7 @@
#include <time.h>
#include <stdexcept>
#include <cstdint>
#include "w_zip.h"
#include "ancientzip.h"
#include "resourcefile.h"