enforce code style warnings
This commit is contained in:
parent
c72a215afb
commit
54a49c2d60
10 changed files with 47 additions and 108 deletions
|
|
@ -20,28 +20,19 @@
|
|||
#define KUBO_WINDOW_H
|
||||
|
||||
#include <raylib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "kubo_context.h"
|
||||
#include "kubo_input.h"
|
||||
#include "kubo_bar.h"
|
||||
|
||||
#define KUBO_WINDOW_WIDTH 1000
|
||||
#define KUBO_WINDOW_HEIGHT 800
|
||||
|
||||
void kubo_window_init(struct kubo_context *context);
|
||||
void kubo_window_cleanup(struct kubo_context *context);
|
||||
void kubo_window_init();
|
||||
void kubo_window_cleanup();
|
||||
|
||||
bool kubo_window_should_close(struct kubo_context *context);
|
||||
|
||||
void kubo_window_tick(struct kubo_context *context);
|
||||
|
||||
static void window_render(struct kubo_context *context);
|
||||
static void window_left_mouse(struct kubo_context *context);
|
||||
static void window_right_mouse(struct kubo_context *context);
|
||||
static void window_key_input(struct kubo_context *context);
|
||||
static void window_char_input(struct kubo_context *context);
|
||||
|
||||
static void new_wall_click(struct kubo_context *context);
|
||||
static void new_wall_end(struct kubo_context *context);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue