Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kraifpatrik committed Oct 12, 2022
1 parent a158dce commit f43e33a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BBMOD_GML/scripts/__bbmod_path/__bbmod_path.gml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/// @macro {String} Directory separator.
/// @private
#macro __BBMOD_PATH_SEPARATOR ((os_type == os_windows) ? "\\" : "/")

/// @macro {String} The current directory in relative paths.
/// @private
#macro __BBMOD_PATH_CURRENT "."

/// @macro {String} The parent directory in relative paths.
/// @private
#macro __BBMOD_PATH_PARENT ".."

/// @func bbmod_path_normalize(_path)
Expand Down

0 comments on commit f43e33a

Please sign in to comment.