mirror of
https://github.com/encounter/ctrulib.git
synced 2026-03-30 11:04:30 -07:00
7 lines
97 B
C
7 lines
97 B
C
#ifndef _templatelib_h_
|
|
#define _templatelib_h_
|
|
|
|
int myLibFunction();
|
|
|
|
#endif // _templatelib_h_
|