diff options
Diffstat (limited to 'src/pmove.h')
-rw-r--r-- | src/pmove.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pmove.h b/src/pmove.h index 4104a59..93c4070 100644 --- a/src/pmove.h +++ b/src/pmove.h @@ -8,7 +8,7 @@ of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. @@ -42,7 +42,7 @@ typedef struct { float flyfriction; } pmoveParams_t; -void Pmove( pmove_t *pmove, pmoveParams_t *params ); +void Pmove(pmove_t *pmove, pmoveParams_t *params); -void PmoveInit( pmoveParams_t *pmp ); -void PmoveEnableQW( pmoveParams_t *pmp ); +void PmoveInit(pmoveParams_t *pmp); +void PmoveEnableQW(pmoveParams_t *pmp); |