mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Fix CAutoMapper surfaces on Braswell
This commit is contained in:
19
Runtime/MP1/CAutoSave.hpp
Normal file
19
Runtime/MP1/CAutoSave.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __URDE_CAUTOSAVE_HPP__
|
||||
#define __URDE_CAUTOSAVE_HPP__
|
||||
|
||||
#include "CIOWin.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
class CSaveGameScreen;
|
||||
class CAutoSave : CIOWin
|
||||
{
|
||||
std::unique_ptr<CSaveGameScreen> x14_savegameScreen;
|
||||
public:
|
||||
CAutoSave();
|
||||
};
|
||||
}
|
||||
}
|
||||
#endif // __URDE_CAUTOSAVE_HPP__
|
||||
Reference in New Issue
Block a user