mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 13:49:54 +00:00
12 lines
97 B
C
12 lines
97 B
C
/**
|
|
* @file bez.h
|
|
*/
|
|
#ifndef BEZ_H
|
|
#define BEZ_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // BEZ_H
|