UNIXworkcode

1 /* 2 * To change this license header, choose License Headers in Project Properties. 3 * To change this template file, choose Tools | Templates 4 * and open the template in the editor. 5 */ 6 7 /* 8 * File: image.h 9 * Author: olaf 10 * 11 * Created on 1. Juli 2018, 19:01 12 */ 13 14 #ifndef IMAGE_H 15 #define IMAGE_H 16 17 #include "../ui/image.h" 18 19 #ifdef __cplusplus 20 extern "C" { 21 #endif 22 23 24 25 26 #ifdef __cplusplus 27 } 28 #endif 29 30 #endif /* IMAGE_H */ 31 32