asteroidgen/src/Shader.h

6 lines
84 B
C
Raw Permalink Normal View History

2017-11-02 03:44:44 +01:00
#pragma once
#include <string>
unsigned int loadProgram(const std::string &name);