Skip to content

Instantly share code, notes, and snippets.

@noqisofon
noqisofon / main.c
Created January 14, 2017 01:21
( ノ╹◡◡╹)ノ SDL2_ttf ってみた
#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 480;
const int BPP = 32;
#define ERROR_REPORT(_message_) \
@draftcode
draftcode / gist:1357281
Created November 11, 2011 05:35
構文解析 Howto

構文解析 Howto

Author: draftcode
Date: 2011-11-11T13:18:07+09:00
ID:289a0136-0c1c-11e1-a06b-040ccee352e6

こうぶん、かいせきー