This commit is contained in:
bjorn 2017-11-02 23:55:28 -07:00
parent ff0d007afe
commit 33c5f6f8b5
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,7 @@ set(LOVR_SRC
src/api/math.c
src/api/physics.c
src/api/timer.c
src/api/types/animator.c
src/api/types/blob.c
src/api/types/collider.c
src/api/types/controller.c
@ -242,6 +243,7 @@ set(LOVR_SRC
src/filesystem/blob.c
src/filesystem/file.c
src/filesystem/filesystem.c
src/graphics/animator.c
src/graphics/font.c
src/graphics/graphics.c
src/graphics/material.c