- Trying to fix the imports with the C-related code (ImportC-related)

This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-26 22:05:26 +02:00
parent e983928442
commit 9592c615bf
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
module libsnooze;
public import libsnooze.event : Event;
public import clib;
public import libsnooze.exceptions;