mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 09:06:54 +02:00
Initial work on implementing support for cheats
This commit is contained in:
9
arm9/source/cheats/UsrCheatRepositoryFactory.h
Normal file
9
arm9/source/cheats/UsrCheatRepositoryFactory.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <memory>
|
||||
#include "UsrCheatRepository.h"
|
||||
|
||||
class UsrCheatRepositoryFactory
|
||||
{
|
||||
public:
|
||||
std::unique_ptr<UsrCheatRepository> FromUsrCheatDat(const TCHAR* usrCheatDatPath);
|
||||
};
|
||||
Reference in New Issue
Block a user