Skip to content

Instantly share code, notes, and snippets.

View kiraio-moe's full-sized avatar
๐Ÿ”ฅ
Work & Code

Bayu Satiyo โœจ kiraio-moe

๐Ÿ”ฅ
Work & Code
View GitHub Profile
@kl
kl / requirevx.rb
Created August 4, 2012 10:25
Implements require and load for RPG Maker VX
module RequireVXConfig
#
# -Configure options here-
#
# What they do:
#
# :make_default_load_paths
# Initializes the $LOAD_PATH variable to it's default values (not the
# paths that are used to require C files becauset hey will not work).
# If this is done the Ruby standard library can be copy/pasted