1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-03 06:24:32 +00:00

Fix build on osx

This commit is contained in:
fgenesis 2017-02-06 03:34:41 +01:00
parent 7456e785fa
commit 58e3a247e4
6 changed files with 10 additions and 14 deletions

View file

@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef TEXTURE_H
#define TEXTURE_H
#ifndef BBGE_TEXTURE_H
#define BBGE_TEXTURE_H
#include <string>
#include "Refcounted.h"