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++
Raw Normal View History

2019-03-25 07:14:53 +00:00
//
2019-04-16 11:00:26 +00:00
// php-armadillo/operators.hh
2019-03-25 07:14:53 +00:00
//
// @Author CismonX
//
2019-04-16 13:23:47 +00:00
#ifndef PHP_ARMA_OPERATORS_HH
#define PHP_ARMA_OPERATORS_HH
2019-03-25 07:14:53 +00:00
namespace php_arma
{
2019-04-16 11:00:50 +00:00
void operators_init();
2019-03-25 07:14:53 +00:00
}
2019-04-16 13:23:47 +00:00
#endif // !PHP_ARMA_OPERATORS_HH