[Project64] Use Common/stdtypes.h instead of stdint.h

This commit is contained in:
zilmar 2016-02-04 21:28:07 +11:00
parent 3914220a30
commit 7fe12881df
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#pragma once
#include <stddef.h>
#include <stdint.h>
#include <Common/stdtypes.h>
struct gb_cart
{