Panda3D
Loading...
Searching...
No Matches
config_ptloader.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file config_ptloader.h
10 * @author drose
11 * @date 2001-04-26
12 */
13
14#ifndef CONFIG_PTLOADER_H
15#define CONFIG_PTLOADER_H
16
17#include "pandatoolbase.h"
18#include "notifyCategoryProxy.h"
19#include "dconfig.h"
20#include "distanceUnit.h"
21#include "configVariableEnum.h"
22#include "configVariableBool.h"
23
24ConfigureDecl(config_ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER);
25NotifyCategoryDecl(ptloader, EXPCL_PTLOADER, EXPTP_PTLOADER);
26
27extern ConfigVariableEnum<DistanceUnit> ptloader_units;
28extern ConfigVariableBool ptloader_load_node;
29
30extern EXPCL_PTLOADER void init_libptloader();
31
32#endif
This is a convenience class to specialize ConfigVariable as a boolean type.
This class specializes ConfigVariable as an enumerated type.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
EXPCL_PTLOADER void init_libptloader()
Initializes the library.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.