mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2025-02-17 13:47:39 +00:00
12 lines
97 B
C
12 lines
97 B
C
/**
|
|
* @file bas.h
|
|
*/
|
|
#ifndef BAS_H
|
|
#define BAS_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // BAS_H
|