Changes between Version 15 and Version 16 of WorkBook/ModuleSystem
- Timestamp:
- Dec 17, 2014, 11:01:03 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ModuleSystem
v15 v16 15 15 Here is an example of a module declaration: 16 16 17 {{{ 17 {{{#!C++ 18 18 #ifndef ExampleModule_h 19 19 #define ExampleModule_h … … 60 60 and here is its implementation: 61 61 62 {{{ 63 62 {{{#!C++ 64 63 #include "modules/ExampleModule.h" 65 64