root/trunk/ElSettings/abbs.h
| Revision 5, 108 bytes (checked in by qbert, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef ABBS_H |
| 2 | #define ABBS_H |
| 3 | |
| 4 | |
| 5 | struct Abbreviation |
| 6 | { |
| 7 | string expandsTo; |
| 8 | int cursor; |
| 9 | }; |
| 10 | |
| 11 | #endif |
Note: See TracBrowser for help on using the browser.
