(svn r12989) -Codechange: move ViewportSign to viewport_type.h.

This commit is contained in:
rubidium
2008-05-07 13:18:33 +00:00
parent 0cfd2baa3c
commit cd7c99452f
9 changed files with 27 additions and 8 deletions

View File

@@ -54,12 +54,6 @@ enum {
DO_WAYPOINTS = 6,
};
struct ViewportSign {
int32 left;
int32 top;
byte width_1, width_2;
};
enum {
SORT_ASCENDING = 0,
SORT_DESCENDING = 1,