root/OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/ReservedRecords.cpp
@
10283
| Revision 10283, 1.1 kB (checked in by robert, 4 years ago) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [7748] | 1 | /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield |
| 2 | * | |
| 3 | * This library is open source and may be redistributed and/or modified under | |
| 4 | * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or | |
| 5 | * (at your option) any later version. The full license is in LICENSE file | |
| 6 | * included with this distribution, and on the openscenegraph.org website. | |
| 7 | * | |
| 8 | * This library is distributed in the hope that it will be useful, | |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 11 | * OpenSceneGraph Public License for more details. | |
| 12 | */ | |
| 13 | ||
| [5038] | 14 | // |
| 15 | // OpenFlight® loader for OpenSceneGraph | |
| 16 | // | |
| [7748] | 17 | // Copyright (C) 2005-2007 Brede Johansen |
| [5038] | 18 | // |
| 19 | ||
| 20 | #include "Registry.h" | |
| 21 | ||
| 22 | using namespace flt; | |
| 23 | ||
| 24 | // Prevent "unknown record" message for the following reserved records: | |
| [10283] | 25 | REGISTER_FLTRECORD(DummyRecord, 103) |
| 26 | REGISTER_FLTRECORD(DummyRecord, 104) | |
| 27 | REGISTER_FLTRECORD(DummyRecord, 117) | |
| 28 | REGISTER_FLTRECORD(DummyRecord, 118) | |
| 29 | REGISTER_FLTRECORD(DummyRecord, 120) | |
| 30 | REGISTER_FLTRECORD(DummyRecord, 121) | |
| 31 | REGISTER_FLTRECORD(DummyRecord, 124) | |
| 32 | REGISTER_FLTRECORD(DummyRecord, 125) | |
| [5038] | 33 | |
| 34 | ||
| 35 | ||
| 36 |
Note: See TracBrowser
for help on using the browser.
