[Scummvm-cvs-logs] CVS: scummvm/sound adlib.cpp,1.7,1.8 gmidi.cpp,1.9,1.10 imuse.cpp,1.15,1.16

James Brown ender at users.sourceforge.net
Wed Mar 20 09:52:05 CET 2002


Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv2484/sound

Modified Files:
	adlib.cpp gmidi.cpp imuse.cpp 
Log Message:
I know it probably doesn't look like much, but this is a start to the reorg - basically I've shuffled the Scumm struct around, and turned it into a Class - labeling and grouping functions that are related.




Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/adlib.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** adlib.cpp	14 Mar 2002 14:45:04 -0000	1.7
--- adlib.cpp	20 Mar 2002 17:51:07 -0000	1.8
***************
*** 1,4 ****
  /* ScummVM - Scumm Interpreter
!  * Copyright (C) 2001 The ScummVM project
   *
   * This program is free software; you can redistribute it and/or
--- 1,5 ----
  /* ScummVM - Scumm Interpreter
!  * Copyright (C) 2001  Ludvig Strigeus
!  * Copyright (C) 2001/2002 The ScummVM project
   *
   * This program is free software; you can redistribute it and/or

Index: gmidi.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/gmidi.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** gmidi.cpp	16 Mar 2002 18:58:51 -0000	1.9
--- gmidi.cpp	20 Mar 2002 17:51:07 -0000	1.10
***************
*** 1,4 ****
!  /* ScummVM - Scumm Interpreter
!  * Copyright (C) 2001 The ScummVM project
   *
   * This program is free software; you can redistribute it and/or
--- 1,5 ----
! /* ScummVM - Scumm Interpreter
!  * Copyright (C) 2001  Ludvig Strigeus
!  * Copyright (C) 2001/2002 The ScummVM project
   *
   * This program is free software; you can redistribute it and/or

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/imuse.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** imuse.cpp	14 Mar 2002 17:36:13 -0000	1.15
--- imuse.cpp	20 Mar 2002 17:51:07 -0000	1.16
***************
*** 1,4 ****
  /* ScummVM - Scumm Interpreter
!  * Copyright (C) 2001 The ScummVM project
   *
   * This program is free software; you can redistribute it and/or
--- 1,5 ----
  /* ScummVM - Scumm Interpreter
!  * Copyright (C) 2001  Ludvig Strigeus
!  * Copyright (C) 2001/2002 The ScummVM project
   *
   * This program is free software; you can redistribute it and/or





More information about the Scummvm-git-logs mailing list