Refactor DataModel

This commit is contained in:
Vulpovile
2021-03-04 22:47:09 -08:00
parent fa3e8909c8
commit 299e22cf92
21 changed files with 35 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
#include "ImageButtonInstance.h"
#include "DataModel/ImageButtonInstance.h"
ImageButtonInstance::ImageButtonInstance(G3D::TextureRef newImage, G3D::TextureRef overImage = NULL, G3D::TextureRef downImage = NULL, G3D::TextureRef disableImage = NULL)
{