mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 04:22:34 +02:00
Mesonification
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include "Config.h"
|
||||
|
||||
const char *const introTextData =
|
||||
"\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - https://powdertoy.co.uk, irc.freenode.net #powder\n"
|
||||
"\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\n"
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,3 +1,5 @@
|
||||
#include "images.h"
|
||||
|
||||
/**
|
||||
* Powder Toy - Images
|
||||
*
|
||||
|
10
data/meson.build
Normal file
10
data/meson.build
Normal file
@@ -0,0 +1,10 @@
|
||||
data_files = files(
|
||||
'font.cpp',
|
||||
'hmap.cpp',
|
||||
'icon.cpp',
|
||||
'images.cpp',
|
||||
)
|
||||
|
||||
powder_files += data_files
|
||||
render_files += data_files
|
||||
font_files += data_files
|
Reference in New Issue
Block a user