Browse Source

Cleanup "drlg_l1.cpp" (#354)

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
0c0194fdeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1575
      Source/drlg_l1.cpp
  2. 2
      Source/drlg_l1.h

1575
Source/drlg_l1.cpp

File diff suppressed because it is too large Load Diff

2
Source/drlg_l1.h

@ -31,7 +31,7 @@ void __cdecl L5ClearFlags();
void __cdecl L5firstRoom();
void __fastcall L5drawRoom(int x, int y, int w, int h);
void __fastcall L5roomGen(int x, int y, int w, int h, BOOL dir);
bool __fastcall L5checkRoom(int x, int y, int width, int height);
BOOL __fastcall L5checkRoom(int x, int y, int width, int height);
int __cdecl L5GetArea();
void __cdecl L5makeDungeon();
void __cdecl L5makeDmt();

Loading…
Cancel
Save