(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#define VIEWPORT_H
|
||||
|
||||
#include "zoom.hpp"
|
||||
#include "window_type.h"
|
||||
|
||||
struct ViewPort {
|
||||
int left,top; // screen coordinates for the viewport
|
||||
|
||||
Reference in New Issue
Block a user