mirror of
https://github.com/youssefnoob003/SindriKit
synced 2026-07-07 21:57:09 +00:00
9 lines
209 B
C
9 lines
209 B
C
#ifndef SND_LOADERS_H
|
|
#define SND_LOADERS_H
|
|
|
|
#include <sindri/loaders/knowndlls/knowndlls.h>
|
|
#include <sindri/loaders/reflective/chain.h>
|
|
#include <sindri/loaders/reflective/engine.h>
|
|
|
|
#endif // SND_LOADERS_H
|