aseprite/misc/etags.sh
David Capello a68a9e2e56 Added cmd_drawing_tools.c.
Fixed some errors with double memory free (from 'menuitems' and from 'commands').
Added the four main commands for the editor of sprites (close_editor, make_unique_editor, split_editor).
2007-09-27 18:02:23 +00:00

8 lines
152 B
Bash

#! /bin/sh
find data/scripts jinete src third_party \
\( -name '*.[ch]' -o \
-name '*.lua' \) -print | \
sed -e "/_old/D" | \
etags -