OctaBuild/globs.hh

8 lines
128 B
C++
Raw Normal View History

2015-12-12 21:42:26 +00:00
#ifndef OBUILD_GLOBS_HH
#define OBUILD_GLOBS_HH
2015-09-10 17:55:49 +00:00
#include <cubescript.hh>
void cs_register_globs(cscript::CsState &cs);
#endif