start testing suil/winit

This commit is contained in:
🪞👃🪞 2024-07-24 13:43:38 +03:00
parent dacce119c4
commit 278b213f12
8 changed files with 1071 additions and 6 deletions

View file

@ -6,10 +6,10 @@
#ifndef SUIL_SUIL_H
#define SUIL_SUIL_H
#include "lv2/core/lv2.h"
typedef struct { const char *URI; void *data; } LV2_Feature;
#include <stdbool.h>
#include <stdint.h>
#include "stdbool.h"
#include "stdint.h"
// SUIL_LIB_IMPORT and SUIL_LIB_EXPORT mark the entry points of shared libraries
#ifdef _WIN32