Skip to content

Instantly share code, notes, and snippets.

View jkbz64's full-sized avatar

Kamil Jakubus jkbz64

View GitHub Profile
@jkbz64
jkbz64 / enet.cpp
Last active February 28, 2018 08:11
lua-enet 5.3 for C++
// Slightly modified(at least for lua5.3.4 and C++ compiler) version of love2D's lua-enet
// https://bitbucket.org/rude/love/src/6cd71997f82541ae1ef1338c8afe0d47f02f1189/src/libraries/enet/enet.cpp
// https://github.com/leafo/lua-enet (original lua-enet which is love2D's version based on)
/**
*
* Copyright (C) 2014 by Leaf Corcoran
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights