Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/state.h')
-rw-r--r--src/render/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/state.h b/src/render/state.h
index 3fa3b80..6387be8 100644
--- a/src/render/state.h
+++ b/src/render/state.h
@@ -40,6 +40,8 @@ public:
return render_vbo;
}
+ static void set_normalize(const bool enable=true);
+
private:
static int render_width;
static int render_height;