mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-23 05:39:54 +00:00
11 lines
100 B
C
11 lines
100 B
C
|
/**
|
||
|
* @file jump.h
|
||
|
*/
|
||
|
#ifndef JUMP_H
|
||
|
#define JUMP_H
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
// ...
|
||
|
|
||
|
#endif // JUMP_H
|