1
0
ミラー元 https://github.com/arsenetar/dupeguru.git 前回の同期 2025-07-02 21:43:21 +00:00

Update imports for objc module

このコミットが含まれているのは:
Andrew Senetar 2022-03-09 05:01:12 -06:00
コミット cbfa8720f1
署名者: arsenetar
GPGキーID: C63300DCE48AB2F1

ファイルの表示

@ -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 )