mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 13:02:33 +01:00
whb: Fix missing includes.
This commit is contained in:
parent
bb05542e60
commit
3c47d28082
@ -1,12 +1,16 @@
|
|||||||
#include "gfx_heap.h"
|
#include "gfx_heap.h"
|
||||||
|
|
||||||
|
#include <gx2/clear.h>
|
||||||
#include <gx2/context.h>
|
#include <gx2/context.h>
|
||||||
#include <gx2/display.h>
|
#include <gx2/display.h>
|
||||||
#include <gx2/event.h>
|
#include <gx2/event.h>
|
||||||
|
#include <gx2/mem.h>
|
||||||
#include <gx2/registers.h>
|
#include <gx2/registers.h>
|
||||||
#include <gx2/shaders.h>
|
#include <gx2/shaders.h>
|
||||||
|
#include <gx2/state.h>
|
||||||
#include <gx2/surface.h>
|
#include <gx2/surface.h>
|
||||||
#include <gx2/swap.h>
|
#include <gx2/swap.h>
|
||||||
|
#include <gx2/temp.h>
|
||||||
#include <gx2r/mem.h>
|
#include <gx2r/mem.h>
|
||||||
#include <proc_ui/procui.h>
|
#include <proc_ui/procui.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
#include "gfx_heap.h"
|
#include "gfx_heap.h"
|
||||||
#include <gfd.h>
|
#include <gfd.h>
|
||||||
#include <gx2r/buffer.h>
|
#include <gx2r/buffer.h>
|
||||||
|
#include <gx2/mem.h>
|
||||||
#include <gx2/shaders.h>
|
#include <gx2/shaders.h>
|
||||||
#include <latte/latte_enum_sq.h>
|
#include <latte/latte_enum_sq.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user