Support for idle animations. Idle stage sprite names must be 'stand', 'idle', 'idle...
[supertux.git] / contrib / kdevelop / update-filelist.sh
1 #!/bin/sh
2 cd ../..
3 find tools/miniswig src -name "*.cpp" -o -name "*.hpp" -o -name "*.h" > supertux.kdevelop.filelist
4 cd -