mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Fill in some stuff that is needed to compile.
I had better versions of this stuff, which I still need to re-merge.
This commit is contained in:
parent
f1e8add4ca
commit
88c41117f5
|
@ -29,6 +29,8 @@ public:
|
|||
/* Constructor from character string for insertion in exe-file. */
|
||||
inline CTFileName(const char *pString, int i) : CTString(convertFromWin32(pString+i)), fnm_pserPreloaded(NULL) {}
|
||||
|
||||
void SetAbsolutePath(void) {} // !!! FIXME
|
||||
|
||||
/* Assignment. */
|
||||
CTFileName &operator=(const char *strCharString);
|
||||
inline void operator=(const CTString &strOther) {
|
||||
|
|
|
@ -897,6 +897,11 @@ void CTFileStream::Open_t(const CTFileName &fnFileName, CTStream::OpenMode om/*=
|
|||
_plhOpenedStreams->AddTail( strm_lnListNode);
|
||||
}
|
||||
|
||||
static void MakeSureDirectoryPathExists(const CTFileName &fnmFullFileName)
|
||||
{
|
||||
STUBBED("!!! FIXME: get the code back in from Ryan's original port.");
|
||||
}
|
||||
|
||||
/*
|
||||
* Create a new file or overwrite existing.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user