/[enigma]/enigma/src/display.cc
ViewVC logotype

Diff of /enigma/src/display.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by dheck, Sun Jan 19 17:30:38 2003 UTC revision 1.9 by dheck, Thu Jan 23 22:41:00 2003 UTC
# Line 24  Line 24 
24   * and the inventory at the bottom of the screen.   * and the inventory at the bottom of the screen.
25   */   */
26    
 #include "lua.hh"  
27  #include "display.hh"  #include "display.hh"
 #include "tools.hh"  
 #include "px/px.hh"  
28  #include "objects.hh"  #include "objects.hh"
29  #include "video.hh"  #include "video.hh"
30  #include "options.hh"  #include "options.hh"
31    
32  #include "px/sdl.hh"  #include "px/sdl.hh"
33    #include "px/px.hh"
34    
35  #include <vector>  #include <vector>
36  #include <algorithm>  #include <algorithm>
# Line 1342  display::GetModel(SpriteId id) Line 1341  display::GetModel(SpriteId id)
1341      return sprites[id]->model;      return sprites[id]->model;
1342  }  }
1343    
   
 //======================================================================  
 // LUA INTERFACE CODE  
 //======================================================================  
   
1344  void  void
1345  display::SetTileSize(int w, int h)  display::SetTileSize(int w, int h)
1346  {  {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26