diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-17 23:22:51 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-17 23:22:51 -0600 |
| commit | ab1c87f1a3a041922d2a981bc3f2514d5ba9c72a (patch) | |
| tree | 9099a2d753f0af92d214e63e2f3473db79509631 /include | |
| parent | 26d7812f41784d5dbea1bc54c2b7b3f4f7390b05 (diff) | |
Added frame interpolation header on every file
Diffstat (limited to 'include')
| -rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index f7214dda..7000cc88 100644 --- a/include/global.h +++ b/include/global.h @@ -44,6 +44,7 @@ typedef enum OverlayCalls { #include "libc/math.h" #include "assets/ast_common.h" #include "gfx_dimensions.h" +#include "port/interpolation/FrameInterpolation.h" #include <libultraship.h> |
