16 lines
169 B
C
16 lines
169 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "./base.h"
|
|
|
|
bool
|
|
lochara_player_update(
|
|
lochara_base_t* base
|
|
);
|
|
|
|
void
|
|
lochara_player_build(
|
|
lochara_base_t* base
|
|
);
|