mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-10 22:23:35 +00:00
10 lines
172 B
C
10 lines
172 B
C
#ifndef __SCOP_UTILS__
|
|
#define __SCOP_UTILS__
|
|
|
|
#include <Utils/Ansi.h>
|
|
#include <Utils/NonCopyable.h>
|
|
#include <Utils/NonMovable.h>
|
|
#include <Utils/NonOwningPtr.h>
|
|
|
|
#endif
|