See More

// This file is part of SmallBASIC // // Plugin for raylib games library - https://www.raylib.com/ // // This program is distributed under the terms of the GPL v2.0 or later // Download the GNU Public License (GPL) from www.gnu.org // // Copyright(C) 2020 Chris Warren-Smith #include "config.h" #define RAYGUI_IMPLEMENTATION #pragma GCC diagnostic ignored "-Wunused-result" #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #pragma GCC diagnostic ignored "-Wenum-compare" #pragma GCC diagnostic ignored "-Wshadow" #include