mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2025-02-19 23:00:43 +00:00
12 lines
109 B
C
12 lines
109 B
C
/**
|
|
* @file update.h
|
|
*/
|
|
#ifndef UPDATE_H
|
|
#define UPDATE_H
|
|
|
|
#include "common.h"
|
|
|
|
// ...
|
|
|
|
#endif // UPDATE_H
|