summaryrefslogtreecommitdiffstats
path: root/src/game/client/background.hh
blob: 634caf5647595c62b30822377f4c600f3801550a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CLIENT_BACKGROUND_HH
#define CLIENT_BACKGROUND_HH 1
#pragma once

namespace background
{
void init(void);
void deinit(void);
void layout(void);
} // namespace background

#endif /* CLIENT_BACKGROUND_HH */