ocarina/include/lib/lib.h

11 lines
95 B
C++

/*
* Copyright 2014 (c) Anna Schumaker.
*/
namespace lib
{
void init(int *, char ***);
}