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