summaryrefslogtreecommitdiff
path: root/games/minimal/mods/default/textures/default_furnace_side.png
Commit message (Expand)AuthorAge
* Compress texturesDavid Gumberg2013-06-18
* Move games/minetest to games/minimal and update README.txtPerttu Ahola2012-03-26
c License for more details. You should have received a copy of the GNU Lesser General Public License 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 <string> bool base64_is_valid(std::string const& s); std::string base64_encode(unsigned char const* , unsigned int len); std::string base64_decode(std::string const& s);