mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-27 15:40:51 +00:00
12 lines
121 B
C
12 lines
121 B
C
/**
|
|
* @file splicemap.h
|
|
*/
|
|
#ifndef SPLICEMAP_H
|
|
#define SPLICEMAP_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // SPLICEMAP_H
|