Add description comment for viewport_create

This commit is contained in:
Duncan 2014-07-15 14:58:43 +01:00
parent 9de7af5075
commit c5c4127194
1 changed files with 7 additions and 0 deletions

View File

@ -75,6 +75,13 @@ void viewport_init_all()
/**
*
* rct2: 0x006EB009
* x: ax
* y: eax (top 16)
* width: bx
* height: ebx (top 16)
* ecx: ecx
* edx: edx
* w: esi
*/
void viewport_create(rct_window *w, int x, int y, int width, int height, int ecx, int edx)
{