Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

10 řádky
176 B

  1. #ifndef EXAMPLE_H
  2. #define EXAMPLE_H
  3. #include <stdbool.h>
  4. bool exampleInit();
  5. bool exampleRender(int width, int height);
  6. void exampleFinish();
  7. #endif /* EXAMPLE_H */