This repository has been archived on 2022-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Luma3DS-3GX/source/utils.h
2016-04-05 05:34:57 +02:00

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);