mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef SINDRI_H
|
|
#define SINDRI_H
|
|
|
|
#include <sindri/common.h>
|
|
#include <sindri/loaders.h>
|
|
#include <sindri/parsers.h>
|
|
#include <sindri/primitives.h>
|
|
|
|
#endif // SINDRI_H
|