OSDN Git Service

Merge branch 'develop' into macos-develop
authorEric Branlund <ebranlund@fastmail.com>
Mon, 26 Apr 2021 12:45:31 +0000 (05:45 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 26 Apr 2021 12:45:31 +0000 (05:45 -0700)
1  2 
src/Makefile.am
src/floor/floor-save.cpp
src/main-win.cpp
src/main.cpp
src/main/angband-initializer.cpp
src/main/angband-initializer.h
src/store/purchase-order.cpp
src/store/sell-order.cpp

diff --cc src/Makefile.am
Simple merge
Simple merge
Simple merge
diff --cc src/main.cpp
Simple merge
Simple merge
   * are included in all such copies.
   */
  
- #ifndef INCLUDED_INIT_H
- #define INCLUDED_INIT_H
- #include "system/angband.h"
++#include "system/h-basic.h"
 +
+ typedef struct player_type player_type;
  void init_angband(player_type *player_ptr, bool no_term);
 -void init_file_paths(char *path, char *varpath);
 +void init_file_paths(concptr libpath, concptr varpath);
 +void create_needed_dirs(void);
- #endif /* INCLUDED_INIT_H */
Simple merge
Simple merge