mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-25 18:16:57 -05:00
Standardize API file names
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include "block.h"
|
||||
#include "api_util.h"
|
||||
#include "scriptutility.h"
|
||||
|
||||
#include <QStringList>
|
||||
#include <QJSEngine>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
#ifndef APIUTIL_H
|
||||
#define APIUTIL_H
|
||||
#ifndef SCRIPTUTILITY_H
|
||||
#define SCRIPTUTILITY_H
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
||||
@@ -51,4 +51,4 @@ private:
|
||||
QMap<QString, QString> actionMap;
|
||||
};
|
||||
|
||||
#endif // APIUTIL_H
|
||||
#endif // SCRIPTUTILITY_H
|
||||
10
porymap.pro
10
porymap.pro
@@ -37,10 +37,10 @@ SOURCES += src/core/block.cpp \
|
||||
src/lib/fex/parser_util.cpp \
|
||||
src/lib/orderedjson.cpp \
|
||||
src/core/regionmapeditcommands.cpp \
|
||||
src/script_api/api_map.cpp \
|
||||
src/script_api/api_overlay.cpp \
|
||||
src/script_api/api_util.cpp \
|
||||
src/script_api/scripting.cpp \
|
||||
src/scriptapi/apimap.cpp \
|
||||
src/scriptapi/apioverlay.cpp \
|
||||
src/scriptapi/apiutility.cpp \
|
||||
src/scriptapi/scripting.cpp \
|
||||
src/ui/aboutporymap.cpp \
|
||||
src/ui/draggablepixmapitem.cpp \
|
||||
src/ui/bordermetatilespixmapitem.cpp \
|
||||
@@ -169,12 +169,12 @@ HEADERS += include/core/block.h \
|
||||
include/ui/preferenceeditor.h \
|
||||
include/ui/regionmappropertiesdialog.h \
|
||||
include/ui/colorpicker.h \
|
||||
include/api_util.h \
|
||||
include/config.h \
|
||||
include/editor.h \
|
||||
include/mainwindow.h \
|
||||
include/project.h \
|
||||
include/scripting.h \
|
||||
include/scriptutility.h \
|
||||
include/settings.h \
|
||||
include/log.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user