Advertisement
TeslaCoilGirl

svg create h

Dec 12th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #ifndef SVGCREATE_H_INCLUDED
  2. #define SVGCREATE_H_INCLUDED
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6.  
  7. void createBlock(FILE* file, int bX, int bY, int r, int g, int b);
  8.  
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif //__cplusplus
  13. #endif // SVGCREATE_H_INCLUDED
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement