mirror of
https://github.com/AlexAltea/orbital.git
synced 2025-04-02 10:32:05 -04:00
15 lines
275 B
C
15 lines
275 B
C
/**
|
|
* (c) 2017-2018 Alexandro Sanchez Bach.
|
|
* Released under MIT license. Read LICENSE for more details.
|
|
*/
|
|
|
|
#ifndef KSDK_GPU_H
|
|
#define KSDK_GPU_H
|
|
|
|
/* self */
|
|
typedef struct gpu_ih_mgr_t {
|
|
uint8_t unk[0x58];
|
|
void *rb_base;
|
|
} gpu_ih_mgr_t;
|
|
|
|
#endif /* KSDK_GPU_H */
|