8 lines
145 B
C++
8 lines
145 B
C++
#pragma once
|
|
|
|
namespace flame {
|
|
void load_program();
|
|
void load_texture();
|
|
void draw(unsigned int light_uniform_buffer, int light_count);
|
|
}
|