Subversion Repositories spk

Rev

Rev 127 | Rev 129 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 127 Rev 128
Line 286... Line 286...
286
			return m_lUncomprDataSize;
286
			return m_lUncomprDataSize;
287
		if ( m_lSize )
287
		if ( m_lSize )
288
			return m_lSize;
288
			return m_lSize;
289
		return m_lDataSize;
289
		return m_lDataSize;
290
	}
290
	}
291
	CyString GetNameDirectory ( CBaseFile *spkfile );
291
	CyString GetNameDirectory(CBaseFile *spkfile);
-
 
292
	Utils::String getNameDirectory(CBaseFile *spkfile) const;
292
 
293
 
293
	unsigned int game() const;
294
	unsigned int game() const;
294
	void setGame(unsigned int i);
295
	void setGame(unsigned int i);
295
	//TODO
296
	//TODO
296
	unsigned int GetGame() const { return _iGame;  }
297
	unsigned int GetGame() const { return _iGame;  }