Remove leftovers of old project name

This commit is contained in:
Joel16 2020-07-07 00:24:53 -04:00
parent a631b1f9d1
commit 9ef7375ccb
5 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
#ifndef _VITASTUDIO_FS_H_
#define _VITASTUDIO_FS_H_
#ifndef _VITALBUM_FS_H_
#define _VITALBUM_FS_H_
#include <psp2/io/dirent.h>
#include <psp2/types.h>

View File

@ -1,5 +1,5 @@
#ifndef _VITASTUDIO_GUI_H_
#define _VITASTUDIO_GUI_H_
#ifndef _VITALBUM_GUI_H_
#define _VITALBUM_GUI_H_
namespace GUI {
void MainMenu(void);

View File

@ -1,5 +1,5 @@
#ifndef _VITASTUDIO_LOG_H_
#define _VITASTUDIO_LOG_H_
#ifndef _VITALBUM_LOG_H_
#define _VITALBUM_LOG_H_
namespace Log {
int OpenHande(void);

View File

@ -1,5 +1,5 @@
#ifndef _VITASTUDIO_TEXTURES_H_
#define _VITASTUDIO_TEXTURES_H_
#ifndef _VITALBUM_TEXTURES_H_
#define _VITALBUM_TEXTURES_H_
#include <vitaGL.h>
#include <string>

View File

@ -1,5 +1,5 @@
#ifndef _VITASTUDIO_UTILS_H_
#define _VITASTUDIO_UTILS_H_
#ifndef _VITALBUM_UTILS_H_
#define _VITALBUM_UTILS_H_
#include <psp2/ctrl.h>