#ifndef NET_H #define NET_H namespace foo { class Net { public: int doStuff(void); }; } // namespace foo #endif // NET_H
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 4438 | Chris Comparini |
Sample jam projects. "rootless" documentation still needs work. |