highlighter application  1.1
HCE project utils : highlighter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
HighlightingAlgorithmInitialize.hpp
Go to the documentation of this file.
1 
13 #ifndef HIGHLIGHTING_ALGORITHM_INITIALIZE_HPP
14 #define HIGHLIGHTING_ALGORITHM_INITIALIZE_HPP
15 
16 #include <string>
17 
22 
23 namespace HCE
24 {
25  void HighlightingAlgorithmsInit(HighlightStringGenerator &highlightStringGenerator);
26 };
27 
28 #endif