mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 04:27:41 +00:00
14
include/Kyoto/CDvdFile.hpp
Normal file
14
include/Kyoto/CDvdFile.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CDVDFILE_HPP
|
||||
#define _CDVDFILE_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CDvdFile {
|
||||
public:
|
||||
static bool FileExists(const char*);
|
||||
|
||||
private:
|
||||
u8 pad[0x28];
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user