mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 14:22:17 +02:00
14 lines
225 B
C
14 lines
225 B
C
//
|
|
// util.h
|
|
// interface
|
|
//
|
|
// Created by Philip Rosedale on 8/24/12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#ifndef interface_util_h
|
|
#define interface_util_h
|
|
|
|
void render_world_box();
|
|
|
|
#endif
|