chart.h 861 B

12345678910111213141516171819202122
  1. /*
  2. +----------------------------------------------------------------------+
  3. | XlsWriter Extension |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2017-2018 The Viest |
  6. +----------------------------------------------------------------------+
  7. | http://www.viest.me |
  8. +----------------------------------------------------------------------+
  9. | Author: viest <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef PHP_EXT_EXCEL_EXPORT_CHART_H
  13. #define PHP_EXT_EXCEL_EXPORT_CHART_H
  14. #include "common.h"
  15. extern zend_class_entry *vtiful_chart_ce;
  16. VTIFUL_STARTUP_FUNCTION(chart);
  17. #endif