mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
20 lines
192 B
C
20 lines
192 B
C
/**
|
|
* @file splice/bif.h
|
|
*/
|
|
#ifndef SPLICE_BIF_H
|
|
#define SPLICE_BIF_H
|
|
|
|
#include "common.h"
|
|
|
|
/**
|
|
* @enum BIFK
|
|
*
|
|
* @todo Fill in enum.
|
|
*/
|
|
enum BIFK
|
|
{
|
|
// ...
|
|
};
|
|
|
|
#endif // SPLICE_BIF_H
|