forked from mirror/OpenTTD
(svn r1354) Use WindowClass/WindowNumber to store/pass window class/number, not some arbitrary data types
This commit is contained in:
@@ -203,7 +203,7 @@ void InvalidateWindowClasses(byte cls);
|
||||
void DeleteWindowById(WindowClass cls, WindowNumber number);
|
||||
|
||||
void SetObjectToPlaceWnd(int icon, byte mode, Window *w);
|
||||
void SetObjectToPlace(int icon, byte mode, byte window_class, uint16 window_num);
|
||||
void SetObjectToPlace(int icon, byte mode, WindowClass window_class, WindowNumber window_num);
|
||||
|
||||
void ResetObjectToPlace();
|
||||
|
||||
|
Reference in New Issue
Block a user