File: corner4.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-- 127 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#include"corner4.h"
  
Corner4::Corner4() {
 
consfn();
pix(&pixmap,corner4_bits,Colour::WALLCOLOUR,Colour::MYBACKGROUND);
};