Initialize project structure

This commit is contained in:
POGROTH THE HYPED
2024-06-21 16:10:59 +02:00
parent 6a14c6daca
commit 1930585434
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package me.taako.swt.prog2.controller;
public class PuzzleController {
}

View File

@@ -0,0 +1,4 @@
package me.taako.swt.prog2.model;
public class PuzzleModel {
}

View File

@@ -0,0 +1,4 @@
package me.taako.swt.prog2.view;
public class PuzzleView {
}