2019-06-16 00:51:10 +01:00

15 lines
290 B
Objective-C

//
// texture_helper.h
// IntroOpenGL
//
// Created by Ilya Rimchikov on 11/03/14.
// Copyright (c) 2014 IntroOpenGL. All rights reserved.
//
#include "platform_gl.h"
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
GLuint setup_texture(NSString *fileName, UIColor *color);