Safariminer 527b73afb5 rebase
2025-09-19 14:33:07 -04:00

10 lines
180 B
C++

#pragma once
#include "defines.h"
#include <iostream>
namespace MassShoot {
namespace Skybox{
LOADING_FUNC LoadSkybox(std::string filePath);
RENDERING_FUNC DrawSkybox();
}
}