Encapsulate windowing.glfw.implementable package

This commit is contained in:
JeremyStar™ 2024-09-28 21:45:47 +02:00
parent 0075b465cd
commit 9922c672f6
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -17,9 +17,7 @@ module sosengine.windowing.glfw {
// API access // API access
exports de.staropensource.engine.windowing.glfw; exports de.staropensource.engine.windowing.glfw;
exports de.staropensource.engine.windowing.glfw.implementable;
// Reflection access // Reflection access
opens de.staropensource.engine.windowing.glfw; opens de.staropensource.engine.windowing.glfw;
opens de.staropensource.engine.windowing.glfw.implementable;
} }