mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement LegoVideoManager::DrawFPS (#1243)
* Implement LegoVideoManager::DrawFPS * Implement MxDisplaySurface::FUN_100bc8b0 * Match functions * type --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:

committed by
GitHub

parent
7ed2ac9ccc
commit
6f3f8c2ade
@@ -109,6 +109,8 @@ public:
|
||||
MxU8 p_bpp
|
||||
);
|
||||
|
||||
LPDIRECTDRAWSURFACE FUN_100bc8b0(MxS32 width, MxS32 height);
|
||||
|
||||
private:
|
||||
MxU8 CountTotalBitsSetTo1(MxU32 p_param);
|
||||
MxU8 CountContiguousBitsSetTo1(MxU32 p_param);
|
||||
|
Reference in New Issue
Block a user