summaryrefslogtreecommitdiffhomepage
path: root/Stars45/NPClient.h
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 19:00:23 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2011-12-09 19:00:23 +0000
commit69209c38968c6f4066a772e0a51a2928749217de (patch)
treeb325c535eff3dd27b811ca348e63ead8f86ff344 /Stars45/NPClient.h
parentfd51dc1bbbcba496fa0d57963a5727a36e381118 (diff)
downloadstarshatter-69209c38968c6f4066a772e0a51a2928749217de.zip
starshatter-69209c38968c6f4066a772e0a51a2928749217de.tar.gz
starshatter-69209c38968c6f4066a772e0a51a2928749217de.tar.bz2
Re-indenting the code to use standard tabs. Yes, I know this is pretty pointless, but who cares?
Diffstat (limited to 'Stars45/NPClient.h')
-rw-r--r--Stars45/NPClient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Stars45/NPClient.h b/Stars45/NPClient.h
index 04a34b1..0faab83 100644
--- a/Stars45/NPClient.h
+++ b/Stars45/NPClient.h
@@ -54,8 +54,8 @@
// DATA FIELDS
#define NPControl 8 // indicates a control data field
- // the second parameter of a message bearing control data information contains a packed data format.
- // The High byte indicates what the data is, and the Low byte contains the actual data
+// the second parameter of a message bearing control data information contains a packed data format.
+// The High byte indicates what the data is, and the Low byte contains the actual data
// roll, pitch, yaw
#define NPRoll 1 // +/- 16383 (representing +/- 180) [data = input - 16383]
#define NPPitch 2 // +/- 16383 (representing +/- 180) [data = input - 16383]
@@ -91,7 +91,7 @@
typedef enum tagNPResult
{
NP_OK = 0,
- NP_ERR_DEVICE_NOT_PRESENT,
+ NP_ERR_DEVICE_NOT_PRESENT,
NP_ERR_UNSUPPORTED_OS,
NP_ERR_INVALID_ARG,
NP_ERR_DLL_NOT_FOUND,