Mesonification

This commit is contained in:
Tamás Bálint Misius
2019-12-17 15:03:41 +01:00
parent a3c2a0d677
commit 360297c338
179 changed files with 7602 additions and 1511 deletions

View File

@@ -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

View File

@@ -1,3 +1,5 @@
#include "images.h"
/**
* Powder Toy - Images
*

10
data/meson.build Normal file
View 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