9 lines
94 B
C
9 lines
94 B
C
#ifndef __UNITS_H__
|
|
#define __UNITS_H__
|
|
|
|
|
|
void units_init (void);
|
|
|
|
|
|
#endif /* __UNITS_H__ */
|