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/subview.hh
2019-07-08 00:57:25 +08:00

22 lines
318 B
C++

//
// php-armadillo/subview.hh
//
// @Author CismonX
//
#ifndef PHP_ARMA_SUBVIEW_HH
#define PHP_ARMA_SUBVIEW_HH
#include "php_arma.hh"
namespace php_arma
{
void subview_init();
constexpr const char subview_php_name[] = "Subview";
inline zend_class_entry *subview_ce;
}
#endif // !PHP_ARMA_SUBVIEW_HH