summaryrefslogtreecommitdiff
path: root/src/rendering.cc
blob: b26106f30cefe11be8350785e686118edabd2e08 (plain)
1
2
3
4
5
#include "rendering.h"

bool atlas_init(atlas_t* atlas, u32 width, u32 height) {}

void atlas_deinit(atlas_t* atlas) {}