Open main menu

Difference between revisions of "HOWTO-Engines"

31 bytes added ,  15:56, 3 January 2011
→‎Common portability issues: Mention strcasecmp/strncasecmp too, for the people with an UNIX background
(→‎Common portability issues: Mention strcasecmp/strncasecmp too, for the people with an UNIX background)
Line 83: Line 83:
   min() -> MIN()
   min() -> MIN()
   rand() -> use Common::RandomSource class
   rand() -> use Common::RandomSource class
   stricmp() -> scumm_stricmp()
   strcasecmp() / stricmp() -> scumm_stricmp()
   strnicmp() -> scumm_strnicmp()
   strncasecmp() / strnicmp() -> scumm_strnicmp()
   strrev() -> scumm_strrev()
   strrev() -> scumm_strrev()


561

edits