libctru/examples/templates/library/include/templatelib.h

7 lines
97 B
C
Raw Normal View History

2014-12-24 20:32:49 +01:00
#ifndef _templatelib_h_
#define _templatelib_h_
int myLibFunction();
#endif // _templatelib_h_