Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
libj/J/texture_objc.h
2013-01-25 21:20:58 +01:00

22 lines
292 B
Objective-C

//
// texture_objc.h
// J
//
// Created by Joshua Moerman on 6/23/12.
// Copyright (c) 2012 Vadovas. All rights reserved.
//
#ifndef J_texture_objc_h
#define J_texture_objc_h
#include "texture.h"
@class UIImage;
namespace J {
rgba<> texture_from_UIImage(UIImage * image);
}
#endif