Fix missing include;

This commit is contained in:
bjorn 2016-10-29 15:17:49 -07:00
parent 629b26ae05
commit 4a8c0f479b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "skybox.h"
#include "../graphics/graphics.h"
#include "../util.h"
#include <math.h>
const luaL_Reg lovrGraphics[] = {
{ "reset", l_lovrGraphicsReset },