import c
This commit is contained in:
4
examples/modules/stb.sx
Normal file
4
examples/modules/stb.sx
Normal file
@@ -0,0 +1,4 @@
|
||||
#import c {
|
||||
#include "vendors/stb_image/stb_image.h";
|
||||
#source "vendors/stb_image/stb_image_impl.c";
|
||||
};
|
||||
4
examples/modules/test_c.sx
Normal file
4
examples/modules/test_c.sx
Normal file
@@ -0,0 +1,4 @@
|
||||
#import c {
|
||||
#include "vendors/test_c/test.h";
|
||||
#source "vendors/test_c/test.c";
|
||||
};
|
||||
Reference in New Issue
Block a user