refactoring
This commit is contained in:
parent
95afd87656
commit
baaa87b18f
62 changed files with 7231 additions and 6636 deletions
11
inc/ddclipper.h
Normal file
11
inc/ddclipper.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef DDCLIPPER_H
|
||||
#define DDCLIPPER_H
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include "ddraw.h"
|
||||
|
||||
|
||||
HRESULT dd_CreateClipper(DWORD dwFlags, LPDIRECTDRAWCLIPPER FAR* lplpDDClipper, IUnknown FAR* pUnkOuter);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue