mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
7 lines
67 B
C
7 lines
67 B
C
#ifndef LIBA_LIBA_H
|
|
#define LIBA_LIBA_H
|
|
|
|
void liba_init();
|
|
|
|
#endif
|