mkxp-freebird/binding-mruby
Jonas Kulla ef2430e0c3 Sanitize #include statements
The general rule I'm aiming for is to <> include
system wide / installed paths / generally everything
that's outside the git managed source tree (this means
mruby paths too!), and "" include everything else,
ie. local mkxp headers.

The only current exception are the mri headers, which
all have './' at their front as to not clash with
system wide ruby headers. I'm leaving them be for now
until I can come up with a better general solution.
2013-12-04 17:48:37 +01:00
..
mrb-ext Sanitize #include statements 2013-12-04 17:48:37 +01:00
audio-binding.cpp Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState 2013-10-09 12:30:33 +02:00
binding-mruby.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp Use 'snprintf()' instead of the unsafe variant 2013-09-27 19:50:23 +02:00
binding-util.h Sanitize #include statements 2013-12-04 17:48:37 +01:00
bitmap-binding.cpp Raise exception on too big textures 2013-09-03 15:22:00 +02:00
disposable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
etc-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
flashable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
font-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
graphics-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
input-binding.cpp Rename 'GlobalState' to 'SharedState' to avoid confusion with GLState 2013-10-09 12:30:33 +02:00
module_rpg.c Initial commit 2013-09-01 16:27:21 +02:00
plane-binding.cpp Initial commit 2013-09-01 16:27:21 +02:00
sceneelement-binding.h Initial commit 2013-09-01 16:27:21 +02:00
serializable-binding.h Sanitize #include statements 2013-12-04 17:48:37 +01:00
sprite-binding.cpp Initial commit 2013-09-01 16:27:21 +02:00
table-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
tilemap-binding.cpp Sanitize #include statements 2013-12-04 17:48:37 +01:00
viewport-binding.cpp Initial commit 2013-09-01 16:27:21 +02:00
viewportelement-binding.h Initial commit 2013-09-01 16:27:21 +02:00
window-binding.cpp Initial commit 2013-09-01 16:27:21 +02:00