Mirai's Miscellaneous Misadventures

M24 / include / mimimi / cameras.h

// copyright 2022 zamfofex
// license: AGPLv3 or later

#ifndef MIMIMI_CAMERAS_H
#define MIMIMI_CAMERAS_H

struct mimimi_behavior;
struct mimimi_position;
struct mimimi_allocator;

struct mimimi_behavior *mimimi_camera(struct mimimi_position *camera, struct mimimi_position *position, int x, int y, struct mimimi_allocator *allocator);

#endif