File: t270.cc

package info (click to toggle)
pacman 10-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 620 kB
  • ctags: 769
  • sloc: cpp: 3,333; sh: 83; makefile: 49
file content (8 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#include"t270.h"
  
T270::T270() {
 
consfn();
pix(&pixmap,t270_bits,Colour::WALLCOLOUR,Colour::MYBACKGROUND);
}