source:
trunk/GDE/MUSCLE/src/enumopts.cpp
Last change on this file was 10390, checked in by aboeckma, 11 years ago | |
---|---|
File size: 160 bytes |
Line | |
---|---|
1 | #include "muscle.h" |
2 | #include "enumopts.h" |
3 | |
4 | #define s(t) EnumOpt t##_Opts[] = { |
5 | #define c(t, x) #x, t##_##x, |
6 | #define e(t) 0, 0 }; |
7 | |
8 | #include "enums.h" |
Note: See TracBrowser
for help on using the repository browser.