mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-12-18 02:38:19 +00:00
11 lines
96 B
C
11 lines
96 B
C
|
/**
|
||
|
* @file bez.h
|
||
|
*/
|
||
|
#ifndef BEZ_H
|
||
|
#define BEZ_H
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
// ...
|
||
|
|
||
|
#endif // BEZ_H
|