171d74176d
Another Sarrg commit implementing score, different items and alternative player shot modes. Some things need improvements, some don't. But this commit fixes a bug with bomb counting, which is I think enough reason to push it now.
16 lines
No EOL
318 B
C
16 lines
No EOL
318 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 "slave.h"
|
|
|
|
void youmu_opposite_draw(Slave *s);
|
|
void youmu_opposite_logic(Slave *slave);
|
|
|
|
#endif |