Move file into engine

This commit is contained in:
cam900 2022-12-04 20:06:16 +09:00
parent 18b87dcfaf
commit 47574fdede
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
#include <string.h>
#include <vector>
#include "config.h"
#include "../chip-utils.h"
#include "chipUtils.h"
#define ONE_SEMITONE 2200

View File

@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../chip-utils.h"
#include "../engine/chipUtils.h"
#include "gui.h"
#include "misc/cpp/imgui_stdlib.h"
#include <imgui.h>