Skip to content

Instantly share code, notes, and snippets.

public partial class Form1 : Form
{
Vector ballPos;
Vector ballSpeed;
int ballRadius;
Rectangle paddlePos;
List<Rectangle> blockPos;
public Form1()
{
public partial class Form1 : Form
{
Vector ballPos;
Vector ballSpeed;
int ballRadius;
Rectangle paddlePos;
Rectangle blockPos;
public Form1()
{
public partial class Form1 : Form
{
Vector ballPos;
Vector ballSpeed;
int ballRadius;
Rectangle paddlePos;
Rectangle blockPos;
public Form1()
{
#include <GLFW/glfw3.h>
#include <iostream>
#include <fstream>
#include <vector>
using namespace std;
const int g_width = 640;
const int g_height = 480;
#include <GLFW/glfw3.h>
#include <iostream>
#include <fstream>
#include <vector>
using namespace std;
const int g_width = 640;
const int g_height = 480;