mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
8 lines
145 B
C
8 lines
145 B
C
#include "ddraw_private.h"
|
|
|
|
HRESULT WINAPI
|
|
D3DParseUnknownCommand( LPVOID lpCmd,
|
|
LPVOID *lpRetCmd)
|
|
{
|
|
return DD_OK;
|
|
}
|