Update imports for objc module

This commit is contained in:
Andrew Senetar 2022-03-09 05:01:12 -06:00
parent a02c5e5b9b
commit cbfa8720f1
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
#include "common.h"
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
#import <ImageIO/ImageIO.h>
#define RADIANS( degrees ) ( degrees * M_PI / 180 )