Fork me on GitHub

Changes between Version 15 and Version 16 of WorkBook/ModuleSystem


Ignore:
Timestamp:
Dec 17, 2014, 11:01:03 AM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ModuleSystem

    v15 v16  
    1515Here is an example of a module declaration:
    1616
    17 {{{
     17{{{#!C++
    1818#ifndef ExampleModule_h
    1919#define ExampleModule_h
     
    6060and here is its implementation:
    6161
    62 {{{
    63 
     62{{{#!C++
    6463#include "modules/ExampleModule.h"
    6564