mirror of
https://github.com/encounter/nfsmw.git
synced 2026-03-30 11:31:13 -07:00
10 lines
127 B
C
10 lines
127 B
C
#ifndef _TYPES_H_
|
|
#define _TYPES_H_
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
typedef unsigned int uintptr_t;
|
|
typedef int intptr_t;
|
|
|
|
#endif
|