Compare commits

..

No commits in common. "7f0dc8d4c885918034d412a0d0020903e325e8a4" and "df8ddc0098b98b21f7ecede38f042efe2edabeed" have entirely different histories.

View File

@ -77,7 +77,7 @@ public:
virtual void ChangeVideoMode( RenderDeviceInfo_t & ) = 0;
virtual void GetVideoModeChange( void ) = 0;
virtual int GetAddonCount( void ) const = 0;
virtual const char *GetAddon( int ) const = 0;
virtual const char* GetAddon( int ) const = 0;
virtual bool IsAddonMounted( const char * ) const = 0;
virtual const char *GetAddonsString( void ) const = 0;
virtual void unk101( void ) = 0;
@ -96,7 +96,7 @@ public:
virtual void RegisterPrerequisite( IPrerequisite * ) = 0;
// Same methods as ILocalize
virtual LocalizeStringIndex_t FindLocalizeTokenIndex(const char *tokenName) = 0;
virtual LocalizeStringIndex_t FindIndex(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