![]() |
Blamite Game Engine - Keystone
00433.02.16.25.2127.blamite
A library that enables the use of Qt in Blamite's editing tools.
|
#include "file.h"
#include <qfiledialog.h>
#include <qmessagebox.h>
#include <HEKGuerilla/components/tags/tags.h>
#include <Strings/components/logger/logger.h>
#include <Strings/components/utils/string/string.h>
#include <Strings/components/utils/io/io.h>
#include <blam/api/api.h>
#include "components/ui/shared/dialogs/code_editor/CodeEditorDialog.h"
#include "components/ui/shared/dialogs/hex_editor/HexEditorDialog.h"
#include "components/editor_data/editor_data.h"
#include "components/editor_data/editor_window/BlamEditorWindow.h"
#include "components/engine/engine.h"
Macros | |
#define | BlamAPI Blam::API::v1 |
Functions | |
bool | is_plaintext_file (std::string file_path) |
#define BlamAPI Blam::API::v1 |
bool is_plaintext_file | ( | std::string | file_path | ) |