comparison Viewport.h @ 2343:5d263539bbec

Moving functions from unsorted_subs.h pt5
author Grumpy7
date Sun, 06 Apr 2014 21:12:24 +0200
parents 92511cd8fcdb
children
comparison
equal deleted inserted replaced
2342:d7f4dac06dc0 2343:5d263539bbec
29 int uScreenCenterY; 29 int uScreenCenterY;
30 int field_of_view; 30 int field_of_view;
31 }; 31 };
32 #pragma pack(pop) 32 #pragma pack(pop)
33 33
34 void OnGameViewportClick();
34 35
35 36
36 extern struct Viewport *pViewport; 37 extern struct Viewport *pViewport;
37 38
38 39