summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/set_ortho.c26
-rw-r--r--src/controller/set_ortho.h11
2 files changed, 37 insertions, 0 deletions
diff --git a/src/controller/set_ortho.h b/src/controller/set_ortho.h
new file mode 100644
index 0000000..4e95330
--- a/dev/null
+++ b/src/controller/set_ortho.h
@@ -0,0 +1,11 @@
1#ifndef SET_ORTHO_H
2#define SET_ORTHO_H
3
4/*
5 * The same orthographic project should be used when in selection or
6 * rendering mode. This function breaks the logic into a single
7 * location so that it can be call from code for either mode.
8 */
9void set_ortho (void);
10
11#endif // SET_ORTHO_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.