[CARDLIB]

* Forgot this file. Fixes build.

svn path=/trunk/; revision=61531
This commit is contained in:
Amine Khaldi 2014-01-04 14:28:53 +00:00
parent b7c599a296
commit d8b726afc2

View file

@ -1,6 +1,13 @@
#ifndef CARDLIB_INCLUDED
#define CARDLIB_INCLUDED
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#define CARDLIBPROC __stdcall
void CardBlt(HDC hdc, int x, int y, int nCardNum);