mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 14:39:50 +02:00
Conflicts: interface/src/Head.cpp interface/src/Util.cpp interface/src/main.cpp libraries/avatars/src/Orientation.cpp
16 lines
257 B
C
16 lines
257 B
C
//
|
|
// Texture.h
|
|
// interface
|
|
//
|
|
// Created by Yoz Work on 11/5/12.
|
|
//
|
|
//
|
|
|
|
#ifndef __interface__Texture__
|
|
#define __interface__Texture__
|
|
|
|
#include "InterfaceConfig.h"
|
|
|
|
int load_png_as_texture(char* filename);
|
|
|
|
#endif /* defined(__interface__texture__) */
|