Project cleanup. From now on will use vs code

This commit is contained in:
2020-11-02 18:33:12 +01:00
parent 00d913e407
commit f49f501306
10 changed files with 6 additions and 497 deletions

View File

@@ -1,5 +1,4 @@
#include <SDL.h>
#include <SDL_mixer.h>
#include <SDL2/SDL.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#include "font.h"
@@ -599,9 +598,9 @@ void DoMiniMap() {
}
int main(int argc, char* argv[]) {
const int len = strlen(argv[0])-30;
/*const int len = strlen(argv[0])-30;
memcpy(path, argv[0], len);
path[len] = '\0';
path[len] = '\0';*/
Init();
while (!Update()) {