15 #ifndef PSTATCLIENTVERSION_H
16 #define PSTATCLIENTVERSION_H
18 #include "pandabase.h"
20 #include "referenceCount.h"
21 #include "pointerTo.h"
33 INLINE
int get_major_version()
const;
34 INLINE
int get_minor_version()
const;
36 INLINE
void set_version(
int major_version,
int minor_version);
38 INLINE
bool is_at_least(
int major_version,
int minor_version)
const;
45 #include "pStatClientVersion.I"
Records the version number of a particular client.
A base class for all things that want to be reference-counted.