(svn r631) Merge r440, r444, r485, r630 to trunk:
r440 Move screenshot function declarations to new file screenshot.h Clean up screenshot.c a bit, mostly whitespace, alloca() -> malloc() and checking return values r485 Remove unused field from struct ScreenshotFormat
This commit is contained in:
@@ -116,4 +116,6 @@ VARDEF Point _tile_fract_coords;
|
||||
extern TileHighlightData * const _thd_ptr;
|
||||
|
||||
|
||||
#endif
|
||||
void ViewportDoDraw(const ViewPort *vp, int left, int top, int right, int bottom);
|
||||
|
||||
#endif /* VIEWPORT_H */
|
||||
|
||||
Reference in New Issue
Block a user