[Refactor] more common movement (will this ever end)

pull/12/head
hYdos 2020-03-03 07:56:29 +10:00
parent d0402d069b
commit 63bb9426ed
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package com.github.hydos.ginger.engine.opengl.render.tools;
package com.github.hydos.ginger.engine.common.tools;
import static org.lwjgl.BufferUtils.createByteBuffer;

View File

@ -1,4 +1,4 @@
package com.github.hydos.ginger.engine.opengl.render.tools;
package com.github.hydos.ginger.engine.common.tools;
import org.joml.*;

View File

@ -12,9 +12,9 @@ import com.github.hydos.ginger.engine.common.elements.objects.Player;
import com.github.hydos.ginger.engine.common.font.*;
import com.github.hydos.ginger.engine.common.io.Window;
import com.github.hydos.ginger.engine.common.screen.Screen;
import com.github.hydos.ginger.engine.common.tools.MousePicker;
import com.github.hydos.ginger.engine.opengl.postprocessing.*;
import com.github.hydos.ginger.engine.opengl.render.MasterRenderer;
import com.github.hydos.ginger.engine.opengl.render.tools.MousePicker;
import com.github.hydos.ginger.engine.opengl.utils.GlLoader;
public class GingerGL

View File

@ -8,7 +8,7 @@ import java.nio.*;
import org.lwjgl.system.MemoryStack;
import com.github.hydos.ginger.engine.opengl.render.tools.IOUtil;
import com.github.hydos.ginger.engine.common.tools.IOUtil;
public class Image
{

View File

@ -13,7 +13,7 @@ import org.lwjgl.system.MemoryStack;
import org.lwjgl.util.shaderc.*;
import org.lwjgl.vulkan.*;
import com.github.hydos.ginger.engine.opengl.render.tools.IOUtil;
import com.github.hydos.ginger.engine.common.tools.IOUtil;
/** @author hydos06
* a util library for Vulkan */