#ifndef SHARED_SPLASH_HH #define SHARED_SPLASH_HH 1 #pragma once namespace splash { void init_client(void); void init_server(void); const char* get(void); } // namespace splash #endif /* SHARED_SPLASH_HH */