~ubuntu-branches/debian/stretch/gource/stretch

« back to all changes in this revision

Viewing changes to src/core/tga.h

  • Committer: Package Import Robot
  • Author(s): Andrew Caudwell
  • Date: 2014-04-15 16:30:17 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20140415163017-ucdr2josj1spzrga
Tags: 0.41-1
* New upstream release
* Made VCS URIs canonical
* Changed watch file to look at Github for releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#include "SDL_thread.h"
32
32
 
 
33
#include <ostream>
33
34
#include <fstream>
34
35
#include <vector>
 
36
#include <string>
35
37
 
36
38
class TGAWriter {
37
39
protected: