mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
9 lines
145 B
C
9 lines
145 B
C
|
#include "ddraw_private.h"
|
||
|
|
||
|
HRESULT WINAPI
|
||
|
D3DParseUnknownCommand( LPVOID lpCmd,
|
||
|
LPVOID *lpRetCmd)
|
||
|
{
|
||
|
return DD_OK;
|
||
|
}
|