8 lines
217 B
C
8 lines
217 B
C
#pragma once
|
|
#include "opengl.h"
|
|
#include "physics.h"
|
|
|
|
int CollideSprite(const gl_texture* at, const int asx, const int asy, const Vec2* ap,
|
|
const gl_texture* bt, const int bsx, const int bsy, const Vec2* bp);
|
|
|