Skip to content

Commit

Permalink
Add missing file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Sep 21, 2015
1 parent 714c966 commit 31dad8e
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions src/osvr/Util/PredefinedGesturesC.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
/** @file
@brief Header

Must be c-safe!

@date 2015

@author
Sensics, Inc.
<http://sensics.com/osvr>
*/

/*
// Copyright 2015 Sensics, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
*/

#ifndef INCLUDED_PredefinedGesturesC_h_GUID_1B515E73_97E5_44BA_76DE_A51C4B201C62
#define INCLUDED_PredefinedGesturesC_h_GUID_1B515E73_97E5_44BA_76DE_A51C4B201C62

/* Internal Includes */
#include <osvr/Util/ApiBaseC.h>

/* Library/third-party includes */
/* none */

/* Standard includes */
/* none */

OSVR_EXTERN_C_BEGIN

/** @addtogroup ClientKit
@{
*/

/** @name Pre-defined gestures and their strings.
@{
*/

@BODY@

/** @} */

/** @} */

OSVR_EXTERN_C_END
#endif

0 comments on commit 31dad8e

Please sign in to comment.