File: blocks.h

package info (click to toggle)
gravitywars 1.102-36
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,660 kB
  • sloc: ansic: 4,074; makefile: 53; sh: 52
file content (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef BLOCKS_H
#define BLOCKS_H

#include "config.h"

void putbox(int x, int y, uchar *dp);
void getbox(int orx, int ory, uchar *out);
void changeblocks(int orx, int ory, uchar *out);
void getbox2(int x, int y, uchar *dp);
void putstamp(short x, short y, short a, short b, short c);
void killstamp(short x, short y);
void stampnum(short num);

#endif