mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-26 23:20:43 +00:00
12 lines
101 B
C
12 lines
101 B
C
/**
|
|
* @file mark.h
|
|
*/
|
|
#ifndef MARK_H
|
|
#define MARK_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // MARK_H
|