mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 17:26:48 +02:00
Initial commit
This commit is contained in:
12
arm7/source/loader/PicoLoaderArranger.h
Normal file
12
arm7/source/loader/PicoLoaderArranger.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "LoaderInfo.h"
|
||||
|
||||
/// @brief Class for setting up \see loader_info_t.
|
||||
class PicoLoaderArranger
|
||||
{
|
||||
public:
|
||||
/// @brief Sets up the given \p info for being able to reload Pico Loader at a later time.
|
||||
/// @param info The \see loader_info_t struct to fill.
|
||||
/// @return \c true when setting up was successful, or \c false otherwise.
|
||||
bool SetupPicoLoaderInfo(loader_info_t* info) const;
|
||||
};
|
||||
Reference in New Issue
Block a user