Some, uhh.. changes?

This commit is contained in:
StackZ
2020-06-27 09:15:29 +02:00
parent e3cda40b38
commit f68613ef06
63 changed files with 477 additions and 585 deletions
+7 -2
View File
@@ -1,6 +1,6 @@
/*
* This file is part of Universal-Updater
* Copyright (C) 2019-2020 DeadPhoenix8091, Epicpkmn11, Flame, RocketRobz, StackZ, TotallyNotGuy
* Copyright (C) 2019-2020 Universal-Team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -24,6 +24,9 @@
* reasonable ways as different from the original version.
*/
#ifndef _UNIVERSAL_UPDATER_FTP_SCREEN_HPP
#define _UNIVERSAL_UPDATER_FTP_SCREEN_HPP
#include "common.hpp"
#include "structs.hpp"
@@ -39,4 +42,6 @@ private:
const std::vector<Structs::ButtonPos> arrowPos = {
{0, 215, 25, 25} // Back Arrow.
};
};
};
#endif