mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
7 lines
98 B
C++
7 lines
98 B
C++
#include "mxdirectdraw.h"
|
|
|
|
int MxDirectDraw::GetPrimaryBitDepth()
|
|
{
|
|
// FIXME: Stub
|
|
return 0;
|
|
} |