mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58:37 +00:00
11 lines
90 B
Go
11 lines
90 B
Go
|
package libmiqt
|
||
|
|
||
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
/*
|
||
|
|
||
|
#include "libmiqt.h"
|
||
|
|
||
|
*/
|
||
|
import "C"
|