waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

my_include.hpp (83B)


      1 #ifndef GUARD
      2 #define GUARD
      3 
      4 class my_class {
      5 public:
      6     my_class() {}
      7 };
      8 
      9 #endif