18 lines
No EOL
410 B
C
18 lines
No EOL
410 B
C
/*
|
|
* This software is licensed under the terms of the MIT-License
|
|
* See COPYING for further information.
|
|
* ---
|
|
* Copyright (C) 2011, Lukas Weber <laochailan@web.de>
|
|
*/
|
|
|
|
#ifndef PLRMODES_H
|
|
#define PLRMODES_H
|
|
|
|
#include "enemy.h"
|
|
|
|
void youmu_opposite_draw(Enemy *e, int t);
|
|
void youmu_opposite_logic(Enemy *e, int t);
|
|
|
|
void youmu_homing(complex *pos, complex *pos0, float *angle, int t, complex* a);
|
|
|
|
#endif |