summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-10-24 15:59:28 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-10-24 15:59:28 +0200
commitaa8a392c18f726d5bbb0f40e261744ce4d612500 (patch)
tree825553fb533ad20105641ef2d10f91c8753cf9be /facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h
parentfcc69215e6156a8afc186aadd22ab2d7821d52d6 (diff)
mv only
Diffstat (limited to 'facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h')
-rw-r--r--facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h b/facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h
deleted file mode 100644
index 770e1c710..000000000
--- a/facetracknoir/clientfiles/very-important-source-code/important-stuff/NPClient.h
+++ /dev/null
@@ -1,17 +0,0 @@
-
-extern int NP_RegisterWindowHandle (HWND hwnd);
-extern int NP_UnregisterWindowHandle (void);
-extern int NP_RegisterProgramProfileID (unsigned short id);
-extern int NP_QueryVersion (unsigned short *version);
-extern int NP_RequestData (unsigned short req);
-extern int NP_GetSignature (tir_signature_t *sig);
-extern int NP_GetData (tir_data_t *data);
-extern int NP_GetParameter (void);
-extern int NP_SetParameter (void);
-extern int NP_StartCursor (void);
-extern int NP_StopCursor (void);
-extern int NP_ReCenter (void);
-extern int NP_StartDataTransmission (void);
-extern int NP_StopDataTransmission (void);
-
-