OctaBuild/globs.hh

8 lines
134 B
C++
Raw Normal View History

2015-09-10 19:55:49 +02:00
#ifndef OCTABUILD_GLOBS_HH
#define OCTABUILD_GLOBS_HH
#include <cubescript.hh>
void cs_register_globs(cscript::CsState &cs);
#endif