aboutsummaryrefslogtreecommitdiff
path: root/lib/lua/src/lstrlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/src/lstrlib.c')
0 files changed, 0 insertions, 0 deletions
se along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #pragma once #include "irrlichttypes.h" #include <vector2d.h> typedef core::vector2d<f32> v2f; typedef core::vector2d<s16> v2s16; typedef core::vector2d<s32> v2s32; typedef core::vector2d<u32> v2u32; typedef core::vector2d<f32> v2f32;