machinatrix
A very silly Matrix bot written in C
Loading...
Searching...
No Matches
common.h
1#ifndef MACHINATRIX_COMMON_H
2#define MACHINATRIX_COMMON_H
3
4// XXX for tidy
5typedef unsigned int uint;
6typedef unsigned long ulong;
7
8#endif