tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
author nemo
Fri, 13 Oct 2017 16:37:56 -0400
changeset 12706 79e13080b9db
parent 11015 7a905f0070ce
permissions -rw-r--r--
mark up sprites for uStore loading. critical is for ones needed for proper gameplay, checksum is for ones where the game will desync if they don't match. will add checksumming next...

#-------------------------------------------------
#
# Project created by QtCreator 2015-05-07T16:38:43
#
#-------------------------------------------------

QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = hwmapconverter
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui