new files

This commit is contained in:
Roman Sorokin 2014-06-27 13:05:46 +03:00 committed by Alex Zolotarev
parent b86010165b
commit 2eebcc43ce

View file

@ -35,6 +35,7 @@ SOURCES += \
$$DRAPE_DIR/overlay_tree.cpp \
$$DRAPE_DIR/texture_font.cpp \
$$DRAPE_DIR/font_loader.cpp \
$$DRAPE_DIR/utils/stb_image.c \
HEADERS += \
$$DRAPE_DIR/data_buffer.hpp \
@ -73,5 +74,6 @@ HEADERS += \
$$DRAPE_DIR/index_buffer_mutator.hpp \
$$DRAPE_DIR/batcher_helpers.hpp \
$$DRAPE_DIR/overlay_tree.hpp \
$$DRAPE_DIR/texture_font.h \
$$DRAPE_DIR/texture_font.hpp \
$$DRAPE_DIR/font_loader.hpp \
$$DRAPE_DIR/utils/stb_image.h \