mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
15 lines
199 B
Plaintext
15 lines
199 B
Plaintext
module cglm {
|
|
header "cglm/cglm.h"
|
|
header "cglm/struct.h"
|
|
|
|
export *
|
|
}
|
|
|
|
module cglmc {
|
|
header "cglm/cglm.h"
|
|
header "cglm/struct.h"
|
|
header "cglm/call.h"
|
|
|
|
export *
|
|
}
|