Refactor ALL the things + enable LTO
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../ipl/types.h"
|
||||
//TODO: Move it to BDK
|
||||
#include "../bootloader/utils/types.h"
|
||||
|
||||
typedef struct _gfx_ctxt_t
|
||||
{
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../ipl/types.h"
|
||||
//TODO: Move it to BDK
|
||||
#include "../bootloader/utils/types.h"
|
||||
|
||||
typedef struct _hnode
|
||||
{
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#pragma once
|
||||
#include <stddef.h>
|
||||
//TODO: Move it to BDK
|
||||
#include "common_gfx.h"
|
||||
#include "common_heap.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user