| # | Line 98 | Line 98 | int xfmScene(Scene *sc, const char *xfm); | |
|---|---|---|
| 98 | /* Add a descriptive comment */ | |
| 99 | void addComment(Scene *sc, const char *comment); | |
| 100 | ||
| 101 | + | /* Find index for comment containing the given string (starting from n) */ |
| 102 | + | int findComment(Scene *sc, const char *match, int n); |
| 103 | + | |
| 104 | /* Clear comments */ | |
| 105 | void clearComments(Scene *sc); | |
| 106 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |