mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 21:59:53 +00:00
14 lines
131 B
C
14 lines
131 B
C
/**
|
|
* @file bas.h
|
|
*
|
|
* @brief Binary Async Stream.
|
|
*/
|
|
#ifndef BAS_H
|
|
#define BAS_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // BAS_H
|