mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-26 23:20:43 +00:00
14 lines
147 B
C
14 lines
147 B
C
/**
|
|
* @file splicemap.h
|
|
*
|
|
* @brief Splice maps.
|
|
*/
|
|
#ifndef SPLICEMAP_H
|
|
#define SPLICEMAP_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // SPLICEMAP_H
|