mirror of
https://github.com/recp/cglm.git
synced 2026-06-01 12:20:25 -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 *
|
|
}
|