Mirai's Miscellaneous Misadventures

M42 / include / mimimi / cameras.h

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

#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