9 lines
84 B
C
9 lines
84 B
C
#ifndef __VERYW__
|
|
#define __VERYW__
|
|
#include "global.h"
|
|
|
|
u8 * get_veryw();
|
|
|
|
#endif
|
|
|