This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/src/operators.hh

16 lines
204 B
C++

//
// php-armadillo/operators.hh
//
// @Author CismonX
//
#ifndef PHP_ARMA_OPERATORS_HH
#define PHP_ARMA_OPERATORS_HH
namespace php_arma
{
void operators_init();
}
#endif // !PHP_ARMA_OPERATORS_HH