1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 06:44:44 +00:00

Remove libqb.h usage from gui.cpp

This commit is contained in:
Matthew Kilgore 2024-02-13 11:18:10 -05:00
parent 66488c9ee5
commit 770d400eb3

View file

@ -10,12 +10,16 @@
//
//-----------------------------------------------------------------------------------------------------
#include "libqb-common.h"
#include "qbs.h"
#include "gui.h"
#include "../../libqb.h"
#include "image.h"
#include "tinyfiledialogs.h"
#include <algorithm>
#include <string>
#include <string.h>
#include <limits.h>
/// @brief Splits a string delimited by '|' into an array of strings
/// @param input The string to be parsed