mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Initial commit
This commit is contained in:
9
arm9/source/patches/platform/LoaderPlatformFactory.h
Normal file
9
arm9/source/patches/platform/LoaderPlatformFactory.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
class LoaderPlatform;
|
||||
|
||||
class LoaderPlatformFactory
|
||||
{
|
||||
public:
|
||||
LoaderPlatform* CreateLoaderPlatform() const;
|
||||
};
|
||||
Reference in New Issue
Block a user