mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Correct argument names for FUN_100bc8b0 (#1472)
* Correct argument names for FUN_100bc8b0 * Update mxdisplaysurface.h
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
MxU8 p_bpp
|
||||
);
|
||||
|
||||
LPDIRECTDRAWSURFACE FUN_100bc8b0(MxS32 width, MxS32 height);
|
||||
LPDIRECTDRAWSURFACE FUN_100bc8b0(MxS32 p_width, MxS32 p_height);
|
||||
|
||||
private:
|
||||
MxU8 CountTotalBitsSetTo1(MxU32 p_param);
|
||||
|
Reference in New Issue
Block a user