MCPcopy Create free account
hub / github.com/bwapi/bwapi / DDInit

Function DDInit

bwapi/BWAPI/Source/Detours.cpp:183–186  ·  view source on GitHub ↗

------------------------------------------- DIRECT DRAW INIT -----------------------------------------------

Source from the content-addressed store, hash-verified

181
182//------------------------------------------- DIRECT DRAW INIT -----------------------------------------------
183void DDInit()
184{
185 DDrawInitialize(640, 480);
186}
187//--------------------------------------------- CREATE WINDOW ------------------------------------------------
188bool detourCreateWindow = false;
189HWND WINAPI _CreateWindowEx(DWORD dwExStyle, LPCSTR lpClassName, LPCSTR lpWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HINSTANCE hInstance, LPVOID lpParam)

Callers

nothing calls this directly

Calls 1

DDrawInitializeFunction · 0.85

Tested by

no test coverage detected