mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2024-12-29 09:23:53 +00:00
9 lines
141 B
C
9 lines
141 B
C
|
#ifndef __PATCH_GRAPHICS_H__
|
||
|
#define __PATCH_GRAPHICS_H__
|
||
|
|
||
|
#include "patch_helpers.h"
|
||
|
|
||
|
DECLARE_FUNC(float, recomp_get_aspect_ratio);
|
||
|
|
||
|
#endif
|