mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Small method name adjustment
This commit is contained in:
parent
df8ddc0098
commit
dab138af32
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user