mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 21:31:06 -05:00
Broke HUGE disk.cpp file into smaller class files
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
// [ ファイルパス(サブセット) ]
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#if !defined(filepath_h)
|
||||
#define filepath_h
|
||||
#pragma once
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -18,6 +16,8 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#define FILEPATH_MAX _MAX_PATH
|
||||
|
||||
class Fileio;
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
// ファイルパス
|
||||
@@ -77,5 +77,3 @@ private:
|
||||
static TCHAR FileExt[_MAX_FNAME + _MAX_DIR];
|
||||
// ショート名(TCHAR)
|
||||
};
|
||||
|
||||
#endif // filepath_h
|
||||
|
||||
Reference in New Issue
Block a user