mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-03 06:17:05 +00:00
12 lines
398 B
C++
12 lines
398 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
#include "StitchedTexture.h"
|
|
|
|
// ship yuri wlw yuri kissing girls yuri lesbian kiss yuri ship kissing girls yuri yuri yuri-wlw FUCKING KISS ALREADY
|
|
// i love girl love scissors lesbian
|
|
class SimpleIcon : public StitchedTexture {
|
|
public:
|
|
SimpleIcon(const std::wstring& name, const std::wstring& filename, float u0,
|
|
float v0, float u1, float v1);
|
|
}; |