|
From: Eric S. <sun...@us...> - 2001-03-16 13:40:20
|
Date: Friday March 16, 2001 @ 5:42
Author: sunshine
Update of /cvsroot/crystal/CS/plugins/cscript/cspython
In directory usw-pr-cvs1:/tmp/cvs-serv8699/cscript/cspython
Modified Files:
cs_pyth.cpp cspython.h
Log Message:
Eric Sunshine renamed all of the pure SCF interface header files.
Considering that that these files were recently organized into well-named
subdirectories, it is possible to use more descriptive names for the files
themselves. Also dropped the `i' prefix.
Here are just a few examples of the new more meaningful and descriptive
names:
iengine/idlight.h --> iengine/dynlight.h
iengine/imeshobj.h --> iengine/mesh.h
imesh/imeshobj.h --> imesh/object.h
imesh/mfire.h --> imesh/fire.h
imap/ildrplug.h --> imap/reader.h
imap/isvrplg.h --> imap/writer.h
isound/isnddrv.h --> isound/driver.h
isound/isndlstn.h --> isound/listener.h
ivideo/imater.h --> ivideo/material.h
|