Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Lutro
Commits
76911c31
Unverified
Commit
76911c31
authored
Mar 23, 2021
by
RobLoach
Browse files
Rename window.h to lutro_window.h to match the source file
parent
347b5ba9
Changes
3
Hide whitespace changes
Inline
Side-by-side
lutro.c
View file @
76911c31
...
...
@@ -13,7 +13,7 @@
#include "system.h"
#include "timer.h"
#include "lutro_math.h"
#include "window.h"
#include "
lutro_
window.h"
#include "live.h"
#include "mouse.h"
#include "joystick.h"
...
...
lutro_window.c
View file @
76911c31
...
...
@@ -3,7 +3,7 @@
#include <libretro.h>
#include "window.h"
#include "
lutro_
window.h"
#include "lutro.h"
#include "graphics.h"
...
...
@@ -288,4 +288,4 @@ int win_showMessageBox(lua_State *L)
lua_pushboolean
(
L
,
1
);
// success
return
1
;
}
\ No newline at end of file
}
window.h
→
lutro_
window.h
View file @
76911c31
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment