8e2f9479013c34006d4c00182d98b243f96795a2
[biaweb2.git] / biawebstrings.hpp
1 #ifndef __BIAWEBSTRINGS__
2 #define __BIAWEBSTRINGS__
3
4 namespace biaweb {
5 const char* GO_UP = "Go up";
6 const char* SUB_CAT = "Sub categories: ";
7 }
8
9 #endif