14 #ifndef PSTATCLIENTVERSION_H 15 #define PSTATCLIENTVERSION_H 30 INLINE
int get_major_version()
const;
31 INLINE
int get_minor_version()
const;
33 INLINE
void set_version(
int major_version,
int minor_version);
35 INLINE
bool is_at_least(
int major_version,
int minor_version)
const;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
Records the version number of a particular client.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
A base class for all things that want to be reference-counted.