Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632902 Views

Latest files of /cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux

flutter/ cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/flutter/
4 Items
  • generated_plugin_registrant.h
  • generated_plugin_registrant.cc
  • CMakeLists.txt
  • generated_plugins.cmake
  • main.cc cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/main.cc
    238 Views
    0 Comments
    Media file
    my_application.h cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/my_application.h
    148 Views
    0 Comments
    #ifndef FLUTTER_MY_APPLICATION_H_
    #define FLUTTER_MY_APPLICATION_H_

    #include <gtk/gtk.h>

    G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION,
    GtkApplication)

    my_application.cc cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/my_application.cc
    222 Views
    0 Comments
    Media file
    CMakeLists.txt cody/PrakharDoneria/Tic-Tac-Toe-Flutter/linux/CMakeLists.txt
    169 Views
    0 Comments
    # Project-level configuration.
    cmake_minimum_required(VERSION 3.10)
    project(runner LANGUAGES CXX)

    # The name of the executable created for the application. Change this to change
    # the on-disk name of your application.
    set(BINARY_NAME "myapp")
    # The unique GTK application identifier for this application. See: