summaryrefslogtreecommitdiff
path: root/engine/CoreObjects/Image.go
blob: 299334c64579cd224c8e25643a9dfae8f6b5b3a9 (plain)
1
2
3
4
5
6
7
package coreobjects

import rl "github.com/gen2brain/raylib-go/raylib"

type Drawable interface {
	DrawAt(rl.Rectangle)
}