File: main.cpp

package info (click to toggle)
rafkill 1.2.2-3.3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 13,268 kB
  • sloc: cpp: 13,508; makefile: 64; sh: 14
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#include "main.h"

#include <allegro.h>

int main( int argc, char ** argv ){
	return rafkill( argc, argv );
}

END_OF_MAIN();