12 lines
227 B
C
12 lines
227 B
C
// Copyright (c) 2020-present, Roland Munguia & Tristan Florian Bouchard.
|
|
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
|
|
|
|
#ifndef CSYS_H
|
|
#define CSYS_H
|
|
|
|
#pragma once
|
|
|
|
#include "csys/system.h"
|
|
|
|
#endif
|