[Project64] Use Common/stdtypes.h instead of stdint.h
This commit is contained in:
parent
3914220a30
commit
7fe12881df
|
@ -11,7 +11,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <Common/stdtypes.h>
|
||||
|
||||
struct gb_cart
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue