Generalized the handlebars code.

This commit is contained in:
2021-08-05 10:03:47 -07:00
parent b62beee3e4
commit 351a9e3260
7 changed files with 151 additions and 97 deletions

View File

@ -66,6 +66,7 @@
#include "util/list.h"
#include "util/math.h"
#include "util/rand.h"
#include "util/string.h"
// Visual Novel Objects
#include "vn/vncharacter.h"