/xbmc/visualizations/Goom/goom2k4-0/sdl-goom/readme.c

http://github.com/xbmc/xbmc · C · 49 lines · 45 code · 3 blank · 1 comment · 0 complexity · 82c897dc9e7ae995dcf5a4c10c3ebe33 MD5 · raw file

  1. #ifndef _GOOM_README_H
  2. #define _GOOM_README_H
  3. /* Automatically generated from README, via Makefile.am */
  4. static char goom_readme[] =
  5. "TAB - Enter/Leave Fullscreen\n"
  6. "Numpad +/- - Change resolution\n"
  7. "F1-F8 - Set Background FX\n"
  8. "\n"
  9. "F - Display Frame Rate\n"
  10. "Q - Quit\n";
  11. static char goom_big_readme[] =
  12. "****************************\n"
  13. "* What a GOOM! version 2k4 *\n"
  14. "****************************\n"
  15. "by Jean-Christophe 'Jeko' Hoelt\n"
  16. "\n"
  17. "\n"
  18. "The incredible trippy visualization plugin!!\n"
  19. "\n"
  20. "\n"
  21. "\n"
  22. "...... freely offered by iOS-Software\n"
  23. "Wanna find the last version of goom or support\n"
  24. "us with a donation? There you go:\n"
  25. "\n"
  26. "http://www.ios-software.com/\n"
  27. "\n"
  28. "\n"
  29. "\n"
  30. "...... many thanks to:\n"
  31. "\n"
  32. "Skal for the code of IFS\n"
  33. "\n"
  34. "Gyom for the iTunes version\n"
  35. " and some of the main work\n"
  36. "\n"
  37. "Fred for the Windows version and a lot of\n"
  38. " other Goom Stuff\n"
  39. "\n"
  40. "Dennis and guys of libvisual for their\n"
  41. " help on the unix package\n"
  42. "\n"
  43. "\n"
  44. "\n"
  45. "Enjoy!";
  46. #endif /* _GOOM_README_H */