Still working on my scrolling text and bug fixing.

This commit is contained in:
2021-07-16 22:26:04 -07:00
parent 06202f6f7e
commit f619b7c9d2
26 changed files with 495 additions and 115 deletions

View File

@ -55,4 +55,9 @@
#include "util/array.h"
#include "util/list.h"
#include "util/math.h"
#include "util/rand.h"
#include "util/rand.h"
// Visual Novel Objects
#include "vn/conversation.h"
#include "vn/gui/vntextbox.h"