mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-22 04:34:38 +00:00
11 lines
133 B
C
11 lines
133 B
C
/**
|
|
* @file gf_pre.h
|
|
* @~english
|
|
* @brief Required headers before anything
|
|
*/
|
|
|
|
#ifndef __GF_PRE_H__
|
|
#define __GF_PRE_H__
|
|
|
|
#endif
|