mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Fix include in screen.h & .cpp
This commit is contained in:
parent
c07950d6f7
commit
2100401c4e
@ -34,8 +34,8 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "../Platform/Platform.h"
|
||||
#include "screen.h"
|
||||
#include "../Platform/Platform.h"
|
||||
#include "../libeg/libegint.h" // included Platform.h
|
||||
#include "../libeg/XTheme.h"
|
||||
#include "../Platform/BasicIO.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "../gui/menu_items/menu_items.h"
|
||||
#include "../libeg/libeg.h"
|
||||
|
||||
VOID InitScreen(IN BOOLEAN SetMaxResolution);
|
||||
VOID SetupScreen(VOID);
|
||||
|
Loading…
Reference in New Issue
Block a user