mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-04-25 07:26:50 -05:00
Rename all include files to .hpp
This commit is contained in:
parent
c83d004139
commit
8215a80dcf
|
|
@ -15,7 +15,7 @@
|
|||
#include <whb/log.h>
|
||||
#include <whb/proc.h>
|
||||
|
||||
#include "../include/global.h"
|
||||
#include "../include/global.hpp"
|
||||
|
||||
|
||||
bool backupConfirm = false;
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
#include <whb/log.h>
|
||||
#include <whb/proc.h>
|
||||
|
||||
#include "../include/global.h"
|
||||
#include "../include/screen.h"
|
||||
#include "../include/switch.h"
|
||||
#include "../include/unlink.h"
|
||||
#include "../include/global.hpp"
|
||||
#include "../include/screen.hpp"
|
||||
#include "../include/switch.hpp"
|
||||
#include "../include/unlink.hpp"
|
||||
|
||||
|
||||
const int BUFFER_SIZE = 0x2000;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include <coreinit/time.h>
|
||||
#include <coreinit/thread.h>
|
||||
|
||||
#include "../include/global.h"
|
||||
#include "../include/global.hpp"
|
||||
|
||||
|
||||
void printOnScreen(int line, const char* format, ...) {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <whb/log.h>
|
||||
#include <whb/proc.h>
|
||||
|
||||
#include "../include/global.h"
|
||||
#include "../include/global.hpp"
|
||||
|
||||
|
||||
void handleCleanup(FILE* backup, char* buffer, bool isError = false) {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <whb/log.h>
|
||||
#include <whb/proc.h>
|
||||
|
||||
#include "../include/global.h"
|
||||
#include "../include/global.hpp"
|
||||
|
||||
|
||||
void unlinkAccount() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user