mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-14 21:03:21 +00:00
11 lines
149 B
C
11 lines
149 B
C
|
//
|
||
|
// Created by Antoine Bartuccio on 15/05/2017.
|
||
|
//
|
||
|
|
||
|
#ifndef FISH_FISH_UTILS_H
|
||
|
#define FISH_FISH_UTILS_H
|
||
|
|
||
|
void crash();
|
||
|
|
||
|
#endif //FISH_FISH_UTILS_H
|