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