OSDN Git Service

2012/01/03 21:41:22
[nlite/nlite.git] / nlite / nlite.h
1 #pragma once
2
3
4
5 namespace nlite{
6
7         class CApplicationInfo;
8         class CListenerList;
9
10         extern const CApplicationInfo* appInfo;
11         
12         
13         extern CListenerList listenerList;
14
15         
16         typedef struct{
17
18                 LPTSTR *columns;
19                 UINT_PTR *holizensize;
20                 UINT_PTR count;
21
22         }HEADERSINFO,*LPHEADERSINFO;
23
24 }