summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework/LCDFramework.h
blob: 4cc1fd1a24e69af34af5bb7127a3eea849fd0a16 (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