/ src / bottles.h
bottles.h
 1  /*
 2   *
 3   * Project: 99-bottles
 4   *
 5   * 99-bottles .h
 6   * Copyright (C) 2021-2023 Dirk Gottschalk <dirk.gottschalk1980@googlemail.com>
 7   *
 8   * SPDX-License-Identifier: GPL-2.0
 9   *
10   */
11  
12  #ifndef BOTTLES_H
13  #define BOTTLES_H
14  
15  #include "config.h"
16  
17  #endif /* BOTTLES_H */