Skip to content

Instantly share code, notes, and snippets.

@jmakitalo
jmakitalo / gist:93102107bb44d66f83d5
Last active December 23, 2015 00:44
Resource manager
#ifndef MANAGER_HH
#define MANAGER_HH
#include <cstdint.h>
#include <vector>
#include <queue>
#include <map>
// CVar and CVarGroup classes.
#include "var.hh"