mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
13 lines
228 B
C
13 lines
228 B
C
/*
|
|
* utils.h
|
|
* by Aurora Wright
|
|
* Copyright (c) 2016 All Rights Reserved
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
u32 waitInput(void);
|
|
void deleteFirms(const char *firmPaths[], u32 firms);
|
|
void error(const char *message); |