mirror of
https://github.com/zeldaret/oot3d.git
synced 2026-09-26 21:35:33 -04:00
7e74f2d3f5
* lowercase folders * rename source to src * delete upper case folders * fix submodules
7 lines
106 B
C++
7 lines
106 B
C++
#ifndef _GRAPHICS_H_
|
|
#define _GRAPHICS_H_
|
|
|
|
#include "graphics/skeleton_animation_model.hpp"
|
|
|
|
#endif
|