github.com/jiajun1992/watercarver@v0.0.0-20191031150618-dfc2b17c0c4a/StadiumForWaterCarver/src/WaterCarver.h (about) 1 #ifndef __WATER_CARVER_H__ 2 #define __WATER_CARVER_H__ 3 4 #ifdef __cplusplus 5 extern "C" 6 { 7 #endif 8 9 void watercarver(); 10 // void testPoint(); 11 #ifdef __cplusplus 12 } 13 #endif 14 15 #endif