19 lines
481 B
Objective-C
19 lines
481 B
Objective-C
//
|
|
// COLLADA.h
|
|
// COLLADA
|
|
//
|
|
// Created by Eryn Wells on 10/28/15.
|
|
// Copyright © 2015 Eryn Wells. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for COLLADA.
|
|
FOUNDATION_EXPORT double COLLADAVersionNumber;
|
|
|
|
//! Project version string for COLLADA.
|
|
FOUNDATION_EXPORT const unsigned char COLLADAVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <COLLADA/PublicHeader.h>
|
|
|
|
|