Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logically separate files in different folders #3

Open
sergiorosendo opened this issue Jun 25, 2020 · 0 comments
Open

Logically separate files in different folders #3

sergiorosendo opened this issue Jun 25, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sergiorosendo
Copy link
Owner

Logically separate source files in different folders

  • requires defining a new method to get parent folder, apparently ahk does not have a shortcut for this
  • use this method to edit paths used in #include statements

Intended directory distribution:

  • root/
    • NoDie.exe
    • config.ini
    • config_healer.ini
    • img/
      • images used as resource by image recognition scripts
    • src/
      • auto_healer/
        • ahk files
      • auto_ml_train/
        • ahk files
      • misc/
        • ahk files
      • ahk files
@sergiorosendo sergiorosendo added enhancement New feature or request good first issue Good for newcomers labels Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant