waf

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

TestClass.h (71B)


      1 #include <string>
      2 
      3 class TestClass
      4 {
      5 public:
      6 	std::string message();
      7 };