Re #307 Fixed errors in comments
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@3954 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e820a84dc604cfa6675e21bec82d5b37fd75f1fc Former-commit-id: 02227c1a9dafa28e42648b6296f51211e7e18139
This commit is contained in:
parent
4480e89f4d
commit
d367b01873
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
extern "C" int TRACK_API openGfModule(const char* pszShLibName, void* hShLibHandle);
|
||||
extern "C" int TRACK_API closeGfModule();
|
||||
|
||||
// The module main class (Singleton, inherits GfModule, and implements IGraphicsEngine).
|
||||
// The module main class (Singleton, inherits GfModule, and implements ITrackLoader).
|
||||
class TRACK_API TrackModule : public GfModule, public ITrackLoader //, public ITrack
|
||||
{
|
||||
public:
|
||||
|
@ -80,7 +80,7 @@ class TRACK_API TrackModule : public GfModule, public ITrackLoader //, public IT
|
|||
static TrackModule* _pSelf;
|
||||
};
|
||||
|
||||
#endif /* _TRACKINC_H__ */
|
||||
#endif /* _TRACKITF_H__ */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue