about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Welcome Back Area.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-09 18:22:45 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-09 18:22:45 -0400
commitb5dbe08fc834ec6ddf5eaf0e8a352c5c293c9373 (patch)
tree4592ed853f4272f09f28062b60c7fadd356b3d38 /data/maps/daedalus/rooms/Welcome Back Area.txtpb
parent2c6777b5004dcf27b603ec2b3a9545642ed908bd (diff)
downloadlingo2-archipelago-b5dbe08fc834ec6ddf5eaf0e8a352c5c293c9373.tar.gz
lingo2-archipelago-b5dbe08fc834ec6ddf5eaf0e8a352c5c293c9373.tar.bz2
lingo2-archipelago-b5dbe08fc834ec6ddf5eaf0e8a352c5c293c9373.zip
[Apworld] Add version number
Diffstat (limited to 'data/maps/daedalus/rooms/Welcome Back Area.txtpb')
0 files changed, 0 insertions, 0 deletions
therapy/blame/src/systems/playing.h?id=f782b81ba10c9b7a1e221b16de0aaa7b6c521729'>^
e16fb5b ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25



                          
                   







                                          

                    
                 
                   
                 
                   
 
                           



                                                     
#ifndef PLAYING_H_70A54F7D
#define PLAYING_H_70A54F7D

#include "system.h"
#include "vector.h"

class PlayingSystem : public System {
public:

  PlayingSystem(Game& game) : System(game)
  {
  }

  void initPlayer();

  void changeMap(
    id_type player,
    size_t mapId,
    vec2d warpPos);

  void die(id_type player);

};

#endif /* end of include guard: PLAYING_H_70A54F7D */