mirror of
https://github.com/recp/cglm.git
synced 2026-06-03 05:00:24 -05: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 *
|
|
}
|