OctaBuild/globs.hh

9 lines
129 B
C++
Raw Normal View History

2015-12-12 22:42:26 +01:00
#ifndef OBUILD_GLOBS_HH
#define OBUILD_GLOBS_HH
2015-09-10 19:55:49 +02:00
#include <cubescript.hh>
void cs_register_globs(cscript::CsState &cs);
2016-02-07 22:20:28 +01:00
#endif