summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/LCDFramework/src/LCDFramework.h
blob: cdc9c44a0541949afeda2d54e3cd727f84835825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _LCDFRAMEWORK_H
#define _LCDFRAMEWORK_H

// HID Includes
#include <setupapi.h>
extern "C"
{
#include "../hid/hidsdi.h"
}

#ifdef _UNICODE
#define tstring wstring
#else
#define tstring string
#endif

#include "debug.h"
#include "misc.h"

#endif