<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Édson Kuzniewski WeBlog ;) &#187; C++</title>
	<atom:link href="http://www.edsonk.com.br/blog/categoria/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edsonk.com.br/blog</link>
	<description></description>
	<lastBuildDate>Sat, 13 Feb 2010 12:50:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pong-Pong C++ / Allegro</title>
		<link>http://www.edsonk.com.br/blog/2008/09/21/pong-pong-c-allegro/</link>
		<comments>http://www.edsonk.com.br/blog/2008/09/21/pong-pong-c-allegro/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 01:23:22 +0000</pubDate>
		<dc:creator>Édson Kuzniewski (Br0w)</dc:creator>
				<category><![CDATA[Allegro]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[pong pong]]></category>

		<guid isPermaLink="false">http://www.edsonk.com.br/blog/?p=36</guid>
		<description><![CDATA[#include &#60;allegro.h&#62; #define MAX_X 600 #define MAX_Y 300 #define VMODE GFX_AUTODETECT #define SOUND_CARD DIGI_AUTODETECT #define MIDI_CARD MIDI_AUTODETECT #define BOLA_W 10 #define BOLA_H 10 #define BOLA_COLOR 255,255,255 #define JOGADOR_W 5 #define JOGADOR_H 80 #define JOGADOR_COLOR 255,255,255 #define RISCO_W 2 #define RISCO_H MAX_Y #define RISCO_COLOR 255,255,255 #define DIS_Y 130 #define DIS_X (MAX_X/2)-30 int BOLA_VELOCIDADE = 1; int [...]]]></description>
		<wfw:commentRss>http://www.edsonk.com.br/blog/2008/09/21/pong-pong-c-allegro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.edsonk.com.br/blog/wp-content/uploads/2008/09/21/bola.wav" length="6400" type="audio/x-wav" />
<enclosure url="http://www.edsonk.com.br/blog/wp-content/uploads/2008/09/21/jogador.wav" length="53864" type="audio/x-wav" />
		</item>
	</channel>
</rss>
