Skip to Main Content
Game Development Tools
book

Game Development Tools

by Marwan Ansari
April 2016
Intermediate to advanced content levelIntermediate to advanced
688 pages
10h 52m
English
A K Peters/CRC Press
Content preview from Game Development Tools
11. In-Game Audio Debugging Tools 165
entry - > m_filename = getFilename( line );
m_file_list.push( entry );
}
// Mark the file as opened.
entry - > m_opened = true ;
break;
}
case ( FILE_READ ):
{
// First mark the entry as being read and
// increment the number of times this file is
// read.
FileEntry * entry =
file_list.find( getFilename( line ) );
entry - > m_reading = true ;
++ entry - > m_num_reads;
// Now we need to see if there are any other
// file entries which are currently reading.
// If there are then we need to add this
// occurrence of an overlap to our list .
Iterator < FileEntry* > ent_it =
file_list.start ();
while (; ent_it != file_list.end();
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Game Development Tool Essentials

Game Development Tool Essentials

Alessandro Ardolino, Remi Arnaud, Paula Berinstein, Simon Franco, Adrien Herubel, John McCutchan, Nicusor Nedelcu, Benjamin Nitschke, Fabrice Robinet, Christian Ronchi, Gustavo Samour, Rita Turkowski, Robert Walter
End-to-End Game Development

End-to-End Game Development

Nick Iuppa, Terry Borst, Chris Simpson
Sams Teach Yourself Unreal® Engine 4 Game Development in 24 Hours

Sams Teach Yourself Unreal® Engine 4 Game Development in 24 Hours

Aram Cookson, Ryan DowlingSoka, Clinton Crumpler

Publisher Resources

ISBN: 9781439867723