summaryrefslogtreecommitdiffhomepage
path: root/freetrackclient/xxx_ftclient.h
blob: 406e12376b6570dee3ba4f8269d33fdca696892a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/**   @file  
     @brief  
*/
#pragma once
#ifndef INCLUDED_FTCLIENT_H
#define INCLUDED_FTCLIENT_H
 




  
#include "Windows.h" 
#include "SysUtils.h" 
#include "FTTypes.h"

/*__stdcall*/ bool FTGetData(PFreetrackData data); 
/*__stdcall*/ void FTReportName(PAnsiChar name); 
/*__stdcall*/ char* FTGetDllVersion(); 
/*__stdcall*/ char* FTProvider(); 


bool OpenMapping();
void DestroyMapping();




#endif//INCLUDED_FTCLIENT_H
//END