mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
exporting necessary stuff all over (in progress)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace hr {
|
||||
|
||||
EX int usershape_changes;
|
||||
|
||||
array<map<int, usershape*>, mapeditor::USERSHAPEGROUPS> usershapes;
|
||||
EX array<map<int, usershape*>, mapeditor::USERSHAPEGROUPS> usershapes;
|
||||
EX void initShape(int sg, int id) {
|
||||
|
||||
if(!usershapes[sg][id]) {
|
||||
@@ -32,7 +32,7 @@ EX void initShape(int sg, int id) {
|
||||
}
|
||||
}
|
||||
|
||||
basic_textureinfo user_triangles_texture;
|
||||
EX basic_textureinfo user_triangles_texture;
|
||||
|
||||
void geometry_information::pushShape(usershapelayer& ds) {
|
||||
|
||||
|
Reference in New Issue
Block a user