FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
breakhack/src/map_lua.h at dev · Oliveshark/breakhack · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Oliveshark
/
breakhack
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
8
Star
40
Code
Issues
4
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
breakhack
/
src
/
map_lua.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 1.03 KB
Breadcrumbs
breakhack
/
src
/
map_lua.h
Copy path
File metadata and controls
28 lines (24 loc) · 1.03 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
* BreakHack - A dungeone crawler RPG
* Copyright (C) 2025 Linus Probert <linus.probert@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef
MAP_LUA_H_
#define
MAP_LUA_H_
#include
"map.h"
#include
"defines.h"
Map
*
map_lua_generator_run
(
unsigned
int
level
,
GameMode
gameMode
,
Player
*
player
,
SDL_Renderer
*
renderer
);
Map
*
map_lua_generator_single_room__run
(
unsigned
int
level
,
SDL_Renderer
*
renderer
);
#endif
// MAP_LUA_H_
Back
|
FazBrowse Home
|
New Git URL