Rename all include files to .hpp

This commit is contained in:
Nightkingale 2024-04-14 06:44:44 -06:00
parent c83d004139
commit 8215a80dcf
10 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
#include <whb/log.h>
#include <whb/proc.h>
#include "../include/global.h"
#include "../include/global.hpp"
bool backupConfirm = false;

View File

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

View File

@ -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, ...) {

View File

@ -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) {

View File

@ -17,7 +17,7 @@
#include <whb/log.h>
#include <whb/proc.h>
#include "../include/global.h"
#include "../include/global.hpp"
void unlinkAccount() {