mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
start testing suil/winit
This commit is contained in:
parent
dacce119c4
commit
278b213f12
8 changed files with 1071 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue