]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - src/signal.h
Move code to src/
[dragonblocks_alpha.git] / src / signal.h
1 #ifndef _SIGNAL_H_
2 #define _SIGNAL_H_
3
4 void init_signal_handlers();
5
6 #endif