Small method name adjustment

This commit is contained in:
GAMMACASE 2025-12-05 13:34:57 +03:00 committed by GitHub
parent df8ddc0098
commit dab138af32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ public:
virtual void RegisterPrerequisite( IPrerequisite * ) = 0;
// Same methods as ILocalize
virtual LocalizeStringIndex_t FindIndex(const char *tokenName) = 0;
virtual LocalizeStringIndex_t FindLocalizeTokenIndex(const char *tokenName) = 0;
// Same methods as IVEngineServer2
virtual void SetFrameTimeAmnesty( const char *amnesty, int, float frametime ) = 0;
@ -107,4 +107,4 @@ public:
#endif
};
#endif // IENGINESERVICE_H
#endif // IENGINESERVICE_H