OSDN Git Service

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