Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,7 +1,10 @@
#include "notify.h"
#include <string>
#include <stdio.h>
#include <iostream>
#include <SDL2/SDL_blendmode.h> // for SDL_BLENDMODE_BLEND
#include <string> // for basic_string, string, char_traits
#include "jail_audio.h" // for JA_DeleteSound, JA_LoadSound, JA_Pla...
#include "sprite.h" // for Sprite
#include "text.h" // for Text
#include "texture.h" // for Texture
// Constructor
Notify::Notify(SDL_Renderer *renderer, std::string iconFile, std::string bitmapFile, std::string textFile, std::string soundFile, options_t *options)