~ubuntu-branches/debian/sid/monopd/sid

« back to all changes in this revision

Viewing changes to src/player.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Schepler
  • Date: 2011-07-18 22:07:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110718220744-bg6e0yij97p8xxno
Tags: 0.9.3-5
* Orphaning package (see #634499).
* Bump Standards-Version to 3.9.2.
* Update to 3.0 (quilt) source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <stdarg.h>
19
19
#include <stdio.h>
20
20
#include <stdlib.h>
 
21
#include <string.h>
21
22
 
22
23
#include <string>
23
24