Skip to content

Instantly share code, notes, and snippets.

View ilario-pierbattista's full-sized avatar
🏠
Working from home

Ilario Pierbattista ilario-pierbattista

🏠
Working from home
View GitHub Profile
@ilario-pierbattista
ilario-pierbattista / sdl.cpp
Created June 2, 2017 08:32
SDL ttf devanagari support (bug)
#include "SDL.h"
#include "SDL_ttf.h"
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
void DrawImage (SDL_Surface *source, SDL_Surface *destination, int x,
int y) {
if (!source || !destination)
<?php declare(strict_types=1);
use Eris\Generator;
use Eris\Generators;
use Eris\TestTrait;
use PHPUnit\Framework\TestCase;
class ErisMultiDimExampleTest extends TestCase
{
use TestTrait;