summaryrefslogtreecommitdiffstats
path: root/src/game/client/background.hh
blob: f6a68bb7fe52868bd9fc3976add3889cac4260be (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 shutdown(void);
void layout(void);
} // namespace background

#endif // CLIENT_BACKGROUND_HH