continents.h (422B)
1 /* 2 * Logswan 2.1.13 3 * Copyright (c) 2015-2022, Frederic Cambus 4 * https://www.logswan.org 5 * 6 * Created: 2015-05-31 7 * Last Updated: 2021-02-15 8 * 9 * Logswan is released under the BSD 2-Clause license. 10 * See LICENSE file for details. 11 * 12 * SPDX-License-Identifier: BSD-2-Clause 13 */ 14 15 #ifndef CONTINENTS_H 16 #define CONTINENTS_H 17 18 extern char *continents_id[]; 19 extern char *continents_names[]; 20 21 #endif /* CONTINENTS */