move files

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@305 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-13 07:00:00 +00:00
parent 3ad7105907
commit 781a4647d8
12 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
/* $Id$ */
#include <Mw/Milsko.h>
#include "../external/stb_ds.h"
#include "../../external/stb_ds.h"
static void set_xywh(MwWidget handle) {
int height = 0;

View File

@@ -1,7 +1,7 @@
/* $Id$ */
#include <Mw/Milsko.h>
#include "../external/stb_ds.h"
#include "../../external/stb_ds.h"
static int create(MwWidget handle) {
MwLLShow(handle->lowlevel, 0);

View File

@@ -31,7 +31,7 @@
#include <stdbool.h>
#include "../external/stb_ds.h"
#include "../../external/stb_ds.h"
MwVulkanConfig vulkan_config = {
.api_version = VK_API_VERSION_1_0,