Edit

kc3-lang/kubz/help.h

Branch :

  • Show log

    Commit

  • Author : thodg Thomas de Grivel
    Date : 2025-02-17 15:00:45
    Hash : 26747612
    Message : add keys for displaying help and infos and menu. To quit open menu with escape key and press Q.

  • help.h
  • /* kc3
     * Copyright 2022,2023,2024 kmx.io <contact@kmx.io>
     *
     * Permission is hereby granted to use this software granted the above
     * copyright notice and this permission paragraph are included in all
     * copies and substantial portions of this software.
     *
     * THIS SOFTWARE IS PROVIDED "AS-IS" WITHOUT ANY GUARANTEE OF
     * PURPOSE AND PERFORMANCE. IN NO EVENT WHATSOEVER SHALL THE
     * AUTHOR BE CONSIDERED LIABLE FOR THE USE AND PERFORMANCE OF
     * THIS SOFTWARE.
     */
    #ifndef HELP_H
    #define HELP_H
    
    #include "types.h"
    
    bool help_render (s_window_sdl2 *window);
    
    #endif /* HELP_H */