#include <mappatch.h>
Inheritance diagram for Map_patch:


Public Member Functions | |
| Map_patch (Object_spec s) | |
| Game_object * | find () |
| Mappatch.cc - Patches to the game map. | |
| virtual bool | apply ()=0 |
Private Attributes | |
| Object_spec | spec |
Friends | |
| class | Map_patch_collection |
Definition at line 53 of file mappatch.h.
| Map_patch::Map_patch | ( | Object_spec | s | ) | [inline] |
Definition at line 58 of file mappatch.h.
| Game_object * Map_patch::find | ( | ) |
Mappatch.cc - Patches to the game map.
Written: 10-18-2001
Definition at line 39 of file mappatch.cc.
References Game_object::find_nearby(), Game_window::get_instance(), and gwin.
Here is the call graph for this function:

| virtual bool Map_patch::apply | ( | ) | [pure virtual] |
Implemented in Map_patch_remove, and Map_patch_modify.
friend class Map_patch_collection [friend] |
Definition at line 57 of file mappatch.h.
Object_spec Map_patch::spec [private] |
1.5.1