00001 #ifndef NOTEFIELD_POSITIONING_H 00002 #define NOTEFIELD_POSITIONING_H 00003 00004 #include "PlayerNumber.h" 00005 00006 namespace NoteFieldMode 00007 { 00008 void BeginDrawTrack( PlayerNumber pn, int iTrack ); 00009 void EndDrawTrack( int iTrack ); 00010 }; 00011 00012 #endif 00013 00014 /* 00015 * (c) 2001-2004 Chris Danford, Glenn Maynard 00016 * All rights reserved. 00017 * 00018 * Permission is hereby granted, free of charge, to any person obtaining a 00019 * copy of this software and associated documentation files (the 00020 * "Software"), to deal in the Software without restriction, including 00021 * without limitation the rights to use, copy, modify, merge, publish, 00022 * distribute, and/or sell copies of the Software, and to permit persons to 00023 * whom the Software is furnished to do so, provided that the above 00024 * copyright notice(s) and this permission notice appear in all copies of 00025 * the Software and that both the above copyright notice(s) and this 00026 * permission notice appear in supporting documentation. 00027 * 00028 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00029 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00030 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00031 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00032 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00033 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00034 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00035 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00036 * PERFORMANCE OF THIS SOFTWARE. 00037 */