about summary refs log tree commit diff stats
path: root/apworld/docs
Commit message (Collapse)AuthorAgeFilesLines
* Made sure the apworld unit tests passStar Rauchenberger2025-09-081-0/+4
ter Star Rauchenberger <fefferburbia@gmail.com> 2023-11-26 14:05:29 -0500 Stop relying on correctly set working directory' href='/lingo-ap-tracker/commit/src/global.h?id=2adce1795211fd0a42c3b4e03ab35a90bb01bccf'>2adce17 ^
e290161 ^

cf3fc6c ^

2adce17 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17





                         

                



                                                      

                              

                                                      
                                                    
#ifndef GLOBAL_H_44945DBA
#define GLOBAL_H_44945DBA

#include <filesystem>
#include <string_view>

struct Location;

const std::filesystem::path& GetExecutableDirectory();

std::string GetAbsolutePath(std::string_view path);

std::string GetWinCondition();

bool IsLocationWinCondition(const Location& location);

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