mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
parent
8d84c58d73
commit
239f66cf11
@ -2618,7 +2618,7 @@ extern EXPCL_DTOOL_DTOOLBASE int panda_version_$VERSION1_$VERSION2;
|
|||||||
template<typename T>
|
template<typename T>
|
||||||
class CheckPandaVersion {
|
class CheckPandaVersion {
|
||||||
public:
|
public:
|
||||||
int check() { return panda_version_$VERSION1_$VERSION2; }
|
int check_version() { return panda_version_$VERSION1_$VERSION2; }
|
||||||
};
|
};
|
||||||
template class CheckPandaVersion<void>;
|
template class CheckPandaVersion<void>;
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user