INTRODUCTION
Overview
Download and Install
Documentation
Publications
REPOSITORY
Libraries
DEVELOPER
Dev Guide
Dashboard
PEOPLE
Contributors
Users
Project
Download
Mailing lists
src
gbxadvancedexample
gbxadvancedexample/util.h
1
/*
2
* GearBox Project: Peer-Reviewed Open-Source Libraries for Robotics
3
* http://gearbox.sf.net/
4
* Copyright (c) 2008-2010 Gearbox Team
5
*
6
* This copy of Gearbox is licensed to you under the terms described in
7
* the LICENSE file included in this distribution.
8
*
9
*/
10
11
#ifndef GBX_ADVANCEDEXAMPLE_UTILITY_H
12
#define GBX_ADVANCEDEXAMPLE_UTILITY_H
13
14
namespace
advancedexample
15
{
16
18
bool
someAdvancedFunction(
int
);
19
20
}
21
22
#endif
Generated for GearBox by
1.4.5