Skip to content

Commit 31dad8e

Browse files
committed
Add missing file.
1 parent 714c966 commit 31dad8e

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/** @file
2+
@brief Header
3+
4+
Must be c-safe!
5+
6+
@date 2015
7+
8+
@author
9+
Sensics, Inc.
10+
<http://sensics.com/osvr>
11+
*/
12+
13+
/*
14+
// Copyright 2015 Sensics, Inc.
15+
//
16+
// Licensed under the Apache License, Version 2.0 (the "License");
17+
// you may not use this file except in compliance with the License.
18+
// You may obtain a copy of the License at
19+
//
20+
// http://www.apache.org/licenses/LICENSE-2.0
21+
//
22+
// Unless required by applicable law or agreed to in writing, software
23+
// distributed under the License is distributed on an "AS IS" BASIS,
24+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25+
// See the License for the specific language governing permissions and
26+
// limitations under the License.
27+
*/
28+
29+
#ifndef INCLUDED_PredefinedGesturesC_h_GUID_1B515E73_97E5_44BA_76DE_A51C4B201C62
30+
#define INCLUDED_PredefinedGesturesC_h_GUID_1B515E73_97E5_44BA_76DE_A51C4B201C62
31+
32+
/* Internal Includes */
33+
#include <osvr/Util/ApiBaseC.h>
34+
35+
/* Library/third-party includes */
36+
/* none */
37+
38+
/* Standard includes */
39+
/* none */
40+
41+
OSVR_EXTERN_C_BEGIN
42+
43+
/** @addtogroup ClientKit
44+
@{
45+
*/
46+
47+
/** @name Pre-defined gestures and their strings.
48+
@{
49+
*/
50+
51+
@BODY@
52+
53+
/** @} */
54+
55+
/** @} */
56+
57+
OSVR_EXTERN_C_END
58+
#endif

0 commit comments

Comments
 (0)